diff --git a/build.gradle b/build.gradle index 2a57b3c..9eda2ea 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { modImplementation(fabricApi.module(it, project.fabric_version)) } - //modApi "me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config}" Turned off until they have been released + //modApi "me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config}" //modApi "com.terraformersmc:modmenu:${project.modmenu}" include(implementation "org.yaml:snakeyaml:${project.YAML_snake}") diff --git a/gradle.properties b/gradle.properties index f816fb7..6b64917 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,8 +2,8 @@ org.gradle.jvmargs=-Xmx4G # Fabric Properties # check these on https://fabricmc.net/develop/ -minecraft_version=25w21a -yarn_mappings=25w21a+build.2 +minecraft_version=1.21.6-pre1 +yarn_mappings=1.21.6-pre1+build.1 loader_version=0.16.14 # Mod Properties mod_version=1.11+1.21.6-SNAPSHOT.6 @@ -11,7 +11,7 @@ maven_group=me.lukasabbe archives_base_name=Bookshelfinspector # Dependencies -fabric_version=0.124.4+1.21.6 +fabric_version=0.125.1+1.21.6 cloth_config=18.0.145 modmenu=14.0.0-rc.2 YAML_snake=2.4 \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index daefe26..6a006f1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -22,7 +22,7 @@ ], "depends": { "fabricloader": ">=${loader_version}", - "minecraft": ">=1.21.6-alpha.25.20.a", + "minecraft": ">=1.21.6-beta.1", "fabric-api-base": "*", "fabric-networking-api-v1": "*", "fabric-lifecycle-events-v1": "*",