Sets the mod to use 1.15

This commit is contained in:
Markil3
2021-03-02 15:28:16 -07:00
parent d2252917b6
commit b9d0d3eaf9
3 changed files with 10 additions and 8 deletions

View File

@@ -21,8 +21,9 @@ dependencies {
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modApi "me.shedaniel.cloth:cloth-config-fabric:${project.cloth_version}" modApi "me.shedaniel.cloth:config-2:${project.cloth_version}"
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}" modApi "me.sargunvohra.mcmods:autoconfig1u:${project.autoconfig_version}"
modImplementation "io.github.prospector:modmenu:${project.modmenu_version}"
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs. // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them. // You may need to force-disable transitiveness on them.

View File

@@ -3,12 +3,13 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/use # check these on https://fabricmc.net/use
minecraft_version=1.16.4 minecraft_version=1.15
yarn_mappings=1.16.4+build.9 yarn_mappings=1.15+build.2
loader_version=0.11.1 loader_version=0.11.2
cloth_version=4.11.14 cloth_version=2.9.3
modmenu_version=1.16.8 modmenu_version=1.8.4+build.20
autoconfig_version=2.2.0
# Mod Properties # Mod Properties
mod_version = 1.0 mod_version = 1.0

View File

@@ -35,7 +35,7 @@
"depends": { "depends": {
"fabricloader": ">=0.7.4", "fabricloader": ">=0.7.4",
"minecraft": "1.16.x" "minecraft": "1.15.x"
}, },
"suggests": { "suggests": {
"modmenu": "*", "modmenu": "*",