This commit is contained in:
mcrcortex
2025-07-18 13:18:42 +10:00
parent 5fe5ebc0a2
commit 99a1bb1dc9
2 changed files with 5 additions and 4 deletions

View File

@@ -6,12 +6,13 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.21.7
yarn_mappings=1.21.7+build.1
minecraft_version=1.21.8
yarn_mappings=1.21.8+build.1
loader_version=0.16.14
loom_version=1.11-SNAPSHOT
# Fabric API
fabric_version=0.128.1+1.21.7
fabric_version=0.129.0+1.21.8
# Mod Properties
mod_version = 0.2.3-alpha

View File

@@ -32,7 +32,7 @@
"common.voxy.mixins.json"
],
"depends": {
"minecraft": ["1.21.7","1.21.6"],
"minecraft": ["1.21.8","1.21.7","1.21.6"],
"fabricloader": ">=0.14.22",
"fabric-api": ">=0.91.1",
"sodium": ">=0.6.13"