summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorplutorocks <>2026-02-26 18:54:39 -0500
committerplutorocks <>2026-02-26 18:54:39 -0500
commit9c029b9b4b939e4531dcf4826f8aa9838766128a (patch)
treea4997cbb877e8af5e18a091e5f8a9786d98984d6
parent8b123f240f098b24f8e348f1f36ab3eb72599176 (diff)
fix version #1.21.8
-rw-r--r--gradle.properties6
-rw-r--r--src/main/resources/fabric.mod.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties
index 2c7a86b..4b3344c 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.8
+yarn_mappings=1.21.8+build.1
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.136.1+1.21.8 \ No newline at end of file
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 04ee800..69e0bea 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.8",
"java": ">=21",
"fabric-api": "*"
}