diff options
| author | plutorocks <> | 2026-02-26 17:21:12 -0500 |
|---|---|---|
| committer | plutorocks <> | 2026-02-26 17:21:12 -0500 |
| commit | e433c6dbe962b3641e8318d421d78db044a7f6e6 (patch) | |
| tree | bfab6d85ebbe27825d3e0f28f90515730517e2d3 | |
| parent | 8b123f240f098b24f8e348f1f36ab3eb72599176 (diff) | |
port to 1.21.1
| -rw-r--r-- | gradle.properties | 6 | ||||
| -rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 2c7a86b..dc109be 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,8 +7,8 @@ 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 @@ -18,4 +18,4 @@ maven_group=dev.plutorocks archives_base_name=plutobridge # Dependencies -fabric_api_version=0.119.4+1.21.4
\ No newline at end of file +fabric_api_version=0.116.9+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 04ee800..72b53a0 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": "*" } |
