diff --git a/gradle.properties b/gradle.properties index c280766..86bd2be 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties minecraft_version=1.16.3 -yarn_mappings=1.16.3+build.17 -loader_version=0.10.0+build.208 +yarn_mappings=1.16.3+build.47 +loader_version=0.10.2+build.210 # Mod Properties mod_version=1.0.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f3c2457..c682360 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -28,6 +28,6 @@ "depends": { "fabricloader": ">=0.7.4", - "minecraft": "1.16.x" + "minecraft": ">=1.16.2" } }