diff options
| -rw-r--r-- | gradle.properties | 11 | ||||
| -rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/gradle.properties b/gradle.properties index 182eb72..809faf5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,20 +2,19 @@ org.gradle.jvmargs=-Xmx1G org.gradle.parallel=true -# IntelliJ IDEA is not yet fully compatible with configuration cache, see: https://github.com/FabricMC/fabric-loom/issues/1349 +# IntelliJ IDEA config cache workaround org.gradle.configuration-cache=false # 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.1 +yarn_mappings=1.21.1+build.3 loader_version=0.18.4 loom_version=1.15-SNAPSHOT # Mod Properties -mod_version=R1.2 +mod_version=R1.3 maven_group=dev.plutorocks archives_base_name=minecraftirc # Dependencies -fabric_api_version=0.119.4+1.21.4
\ No newline at end of file +fabric_api_version=0.116.8+1.21.1
\ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c326293..41d552e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -24,7 +24,7 @@ ], "depends": { "fabricloader": ">=0.18.4", - "minecraft": "~1.21.4", + "minecraft": "~1.21.1", "java": ">=21", "fabric-api": "*" } |
