File tree 2 files changed +1
-23
lines changed
2 files changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -17,26 +17,4 @@ Patreon: https://www.patreon.com/earthcomputer
17
17
and move it to the mods folder (` .minecraft/mods ` ).
18
18
19
19
## Contributing
20
- 1 . Clone the repository
21
- ```
22
- git clone https://github.com/Earthcomputer/clientcommands
23
- cd clientcommands
24
- ```
25
- 1 . Generate the Minecraft source code
26
- ```
27
- ./gradlew genSources
28
- ```
29
- - Note: on Windows, use ` gradlew ` rather than ` ./gradlew ` .
30
- 1 . Import the project into your preferred IDE.
31
- 1 . If you use IntelliJ (the preferred option), you can simply import the project as a Gradle project.
32
- 1 . If you use Eclipse, you need to ` ./gradlew eclipse ` before importing the project as an Eclipse project.
33
- 1 . Edit the code
34
- 1 . After testing in the IDE, build a JAR to test whether it works outside the IDE too
35
- ```
36
- ./gradlew build
37
- ```
38
- The mod JAR may be found in the ` build/libs ` directory
39
- 1 . [ Create a pull request] ( https://help.github.com/en/articles/creating-a-pull-request )
40
- so that your changes can be integrated into clientcommands
41
- - Note: for large contributions, create an issue before doing all that
42
- work, to ask whether your pull request is likely to be accepted
20
+ See the [ contribution guidelines] ( docs/CONTRIBUTING.md )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments