diff --git a/build.gradle b/build.gradle index 7a579a2..1b1c13b 100644 --- a/build.gradle +++ b/build.gradle @@ -40,8 +40,8 @@ dependencies { modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" //modImplementation "maven.modrinth:recipe-book-access-api:1.0.1" modImplementation files("libs/recipebookaccess-1.0.1.jar") - modImplementation "maven.modrinth:modmenu:13.0.3" - modImplementation "dev.isxander:yet-another-config-lib:3.6.5+1.21.4-fabric" + modImplementation "maven.modrinth:modmenu:11.0.3" + modImplementation "dev.isxander:yet-another-config-lib:3.6.1+1.21-fabric" } processResources { diff --git a/gradle.properties b/gradle.properties index 7c281dd..d5811cf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,8 +4,8 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.21.4 -yarn_mappings=1.21.4+build.8 +minecraft_version=1.21 +yarn_mappings=1.21+build.9 loader_version=0.16.10 # Mod Properties @@ -14,4 +14,4 @@ maven_group=com.jomlom.nearbycrafting archives_base_name=nearbycrafting # Dependencies -fabric_version=0.119.2+1.21.4 \ No newline at end of file +fabric_version=0.102.0+1.21 \ No newline at end of file diff --git a/libs/recipebookaccess-1.0.1.jar b/libs/recipebookaccess-1.0.1.jar index 6ed05cb..829d65d 100644 Binary files a/libs/recipebookaccess-1.0.1.jar and b/libs/recipebookaccess-1.0.1.jar differ diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 398674a..8a53030 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -33,12 +33,12 @@ ], "depends": { "fabricloader": ">=0.16.10", - "minecraft": ">=1.21.2 <=1.21.4", + "minecraft": ">=1.21 <=1.21.1", "java": ">=21", "fabric-api": "*", "recipebookaccess": ">=1.0.1", - "yet_another_config_lib_v3": ">=3.6.4+1.21.4-fabric <=3.6.5+1.21.4-fabric", - "modmenu": ">=12.0.0" + "yet_another_config_lib_v3": ">=3.6.1+1.21-fabric <=3.6.5+1.21.1-fabric", + "modmenu": ">=11.0.0" }, "suggests": { }