Updated dependencies for Minecraft 1.21.3

This commit is contained in:
ChaoticByte 2024-11-01 15:00:58 +01:00
parent fac39623de
commit f535cc2e95
No known key found for this signature in database
3 changed files with 6 additions and 10 deletions

View file

@ -14,7 +14,3 @@ Requires Fabric API!
Note that this mod messes with Minecraft's chunk generation in a way that may lead to unexpected behaviour, Note that this mod messes with Minecraft's chunk generation in a way that may lead to unexpected behaviour,
especially in combination with other mods! especially in combination with other mods!
## Supported Minecraft versions
- 1.21.1 / Fabric with Fabric API

View file

@ -4,9 +4,9 @@ org.gradle.parallel=true
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/develop # check these on https://fabricmc.net/develop
minecraft_version=1.21.1 minecraft_version=1.21.3
yarn_mappings=1.21.1+build.3 yarn_mappings=1.21.3+build.2
loader_version=0.16.7 loader_version=0.16.9
# Mod Properties # Mod Properties
mod_version=0.2.0 mod_version=0.2.0
@ -14,4 +14,4 @@ maven_group=net.chaoticbyte.truncated
archives_base_name=truncated archives_base_name=truncated
# Dependencies # Dependencies
fabric_version=0.106.0+1.21.1 fabric_version=0.107.0+1.21.3

View file

@ -22,8 +22,8 @@
"truncated.mixins.json" "truncated.mixins.json"
], ],
"depends": { "depends": {
"fabricloader": ">=0.16.5", "fabricloader": ">=0.16.9",
"minecraft": "~1.21.1", "minecraft": "1.21.3",
"java": ">=21", "java": ">=21",
"fabric-api": "*" "fabric-api": "*"
}, },