Updated to 1.18.1 but also works on 1.18
This commit is contained in:
@@ -9,13 +9,13 @@ If you want to see a quick demo, check out a video covering the mod here:
|
||||
|
||||
<a href="https://www.youtube.com/watch?v=H2tnvEVbO1c" target="_blank"></a>
|
||||
|
||||
Forge version: 38.0.14\
|
||||
Fabric version: 0.12.6\
|
||||
Fabric API version: 0.43.1+1.18
|
||||
Forge version: 39.0.5\
|
||||
Fabric version: 0.12.12\
|
||||
Fabric API version: 0.44.0+1.18
|
||||
|
||||
Notes:\
|
||||
This version has been confirmed to work in Eclipse and Retail Minecraft.\
|
||||
(Retail running forge version 1.18-38.0.14 and fabric version 1.18-0.12.6)
|
||||
(Retail running forge version 1.18.1-39.0.5 and fabric version 1.18-0.12.12)
|
||||
|
||||
|
||||
## source code installation
|
||||
@@ -48,7 +48,7 @@ https://fabricmc.net/wiki/tutorial:setup
|
||||
3. The compiled jar file will be in the folder `fabric/build/libs/` and `forge/build/libs/`
|
||||
|
||||
**If in terminal:**
|
||||
1. `git clone -b 1.18 --recurse-submodules https://gitlab.com/jeseibel/minecraft-lod-mod.git`
|
||||
1. `git clone -b 1.18.X --recurse-submodules https://gitlab.com/jeseibel/minecraft-lod-mod.git`
|
||||
2. `cd minecraft-lod-mod`
|
||||
3. `./gradlew build`
|
||||
4. The build should be in `fabric/build/libs/` and `forge/build/libs/`
|
||||
|
||||
@@ -152,7 +152,7 @@ public abstract class ConfigGui {
|
||||
}
|
||||
|
||||
public static final Map<String, Class<?>> configClass = new HashMap<>();
|
||||
// public static List<String> nestedClasses = new ArrayList<>();
|
||||
// public static List<String> nestedClasses = new ArrayList<>();
|
||||
private static Path path;
|
||||
|
||||
public static void init(String modid, Class<?> config) {
|
||||
|
||||
@@ -38,9 +38,9 @@
|
||||
|
||||
"accessWidener" : "lod.accesswidener",
|
||||
"depends": {
|
||||
"fabricloader": ">=0.12.6",
|
||||
"fabricloader": "*",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.18",
|
||||
"minecraft": "1.18.x",
|
||||
"java": ">=17"
|
||||
},
|
||||
"suggests": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
modLoader="javafml" #//mandatory
|
||||
loaderVersion="[37,)" # // mandatory. This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
|
||||
loaderVersion="[38,39)" # // mandatory. This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
|
||||
license="GNU GPLv3"
|
||||
issueTrackerURL="https://gitlab.com/jeseibel/minecraft-lod-mod/-/issues"
|
||||
|
||||
|
||||
+4
-4
@@ -1,14 +1,14 @@
|
||||
org.gradle.jvmargs=-Xmx2048M
|
||||
|
||||
minecraft_version=1.18
|
||||
minecraft_version=1.18.1
|
||||
|
||||
archives_base_name=DistantHorizons
|
||||
mod_version=1.5.4a
|
||||
maven_group=com.seibel.lod
|
||||
toml_version=0.7.2
|
||||
|
||||
fabric_loader_version=0.12.6
|
||||
fabric_api_version=0.43.1+1.18
|
||||
fabric_loader_version=0.12.12
|
||||
fabric_api_version=0.44.0+1.18
|
||||
modmenu_version=3.0.0
|
||||
|
||||
forge_version=38.0.14
|
||||
forge_version=39.0.5
|
||||
Reference in New Issue
Block a user