diff --git a/.classpath b/.classpath index 1efc791..be88c88 100644 --- a/.classpath +++ b/.classpath @@ -12,11 +12,7 @@ - - - - - + diff --git a/gradle.properties b/gradle.properties index dc91375..17eb926 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,14 +4,14 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.21 -yarn_mappings=1.21+build.2 +minecraft_version=1.21.1 +yarn_mappings=1.21.1+build.3 loader_version=0.15.11 # Mod Properties -mod_version=1.21.0.3 +mod_version=1.21.1.0 maven_group=de.jottyfan.quickiemod archives_base_name=quickiemod # Dependencies -fabric_version=0.100.0+1.21 \ No newline at end of file +fabric_version=0.102.1+1.21.1 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 7285e31..e2f4fe1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,7 +30,7 @@ ], "depends": { "fabricloader": ">=0.15.11", - "minecraft": "~1.21", + "minecraft": "~1.21.1", "java": ">=21", "fabric-api": "*" },