Fixed fabric version on readme and added the links to the nightly builds to the readme

This commit is contained in:
coolGi2007
2022-04-18 02:41:36 +00:00
parent 2b5dd236aa
commit c91ab1deb1
+10 -4
View File
@@ -45,19 +45,25 @@ Modmenu version: 2.0.14
#### 1.16.5 mods #### 1.16.5 mods
Forge version: 36.2.28\ Forge version: 36.2.28\
Fabric vetsion: 0.13.12\ Fabric vetsion: 0.13.2\
Fabric API version: 0.42.0+1.16\ Fabric API version: 0.42.0+1.16\
Modmenu version: 1.16.22 Modmenu version: 1.16.22
Notes:\ Notes:\
This version has been confirmed to work in IDE and Retail Minecraft.\ This version has been confirmed to work in IDE and Retail Minecraft with ether the Fabric or Forge mod-loader.
(Retail running forge version 1.18.1-39.0.5 and fabric version 1.18-0.12.12 and 1.18.1-0.13.2)
## Source Code Installation ## Source Code Installation
#### Nightlly builds
This mod has an autobuild system to automatically build the mod on each commit
- 1.18.2: https://gitlab.com/jeseibel/minecraft-lod-mod/-/jobs/artifacts/main/download?job=build_18_2
- 1.18.1: https://gitlab.com/jeseibel/minecraft-lod-mod/-/jobs/artifacts/main/download?job=build_18_1
- 1.17.1: https://gitlab.com/jeseibel/minecraft-lod-mod/-/jobs/artifacts/main/download?job=build_17_1
- 1.16.5: https://gitlab.com/jeseibel/minecraft-lod-mod/-/jobs/artifacts/main/download?job=build_16_5
See the Fabric Documentation online for more detailed instructions:\ See the Fabric Documentation online for more detailed instructions:\
https://fabricmc.net/wiki/tutorial:setup https://fabricmc.net/wiki/tutorial:setup
@@ -106,7 +112,7 @@ If running on IDE, to ensure IDE pickup the changed versions, you will need to r
3. `./gradlew assemble` 3. `./gradlew assemble`
4. `./gradlew mergeJars` 4. `./gradlew mergeJars`
5. The compiled jar file will be in the folder `Merged` 5. The compiled jar file will be in the folder `Merged`
>Note: You can add the arg: `-PmcVer=1.18.?` to tell gradle to build a selected MC version instead of having to manually modify the `gradle.properties` file. >Note: You can add the arg: `-PmcVer=1.?` to tell gradle to build a selected MC version instead of having to manually modify the `gradle.properties` file.
## Other commands ## Other commands