Updated the readme, made it say it works on mc 1.16.2 upto 1.16.5 and updated the DHJarMerger (now marks the jar as an executable so linux users have an easier time when runnung the jar)
This commit is contained in:
@@ -52,13 +52,15 @@ Side note: invalidate caches and restart if required
|
||||
**Using GUI**
|
||||
1. Open a command line in the project folder
|
||||
2. Run the command: `./gradlew build`
|
||||
3. The compiled jar file will be in the folder `fabric/build/libs/` and `forge/build/libs/`
|
||||
5. Then run command: `./gradlew mergeJars`
|
||||
6. The compiled jar file will be in the folder `Merged`
|
||||
|
||||
**If in terminal:**
|
||||
1. `git clone -b 1.16.5_architectury --recurse-submodules https://gitlab.com/jeseibel/minecraft-lod-mod.git`
|
||||
2. `cd minecraft-lod-mod`
|
||||
3. `./gradlew assemble` or `./gradlew build`
|
||||
4. The build should be in `fabric/build/libs/` and `forge/build/libs/`
|
||||
3. `./gradlew assemble`
|
||||
5. `./gradlew mergeJars`
|
||||
6. The compiled jar file will be in the folder `Merged`
|
||||
|
||||
|
||||
## Other commands
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"depends": {
|
||||
"fabricloader": "*",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.16.5",
|
||||
"minecraft": ["1.16.5", "1.16.4", "1.16.3", "1.16.2"],
|
||||
"java": ">=8"
|
||||
},
|
||||
"suggests": {
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user