Compare commits
No commits in common. "1.21.3" and "1.21.1" have entirely different histories.
4 changed files with 12 additions and 11 deletions
|
@ -14,3 +14,7 @@ Requires Fabric API!
|
|||
|
||||
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!
|
||||
|
||||
## Supported Minecraft versions
|
||||
|
||||
- 1.21.1 / Fabric with Fabric API
|
||||
|
|
|
@ -4,14 +4,14 @@ org.gradle.parallel=true
|
|||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.21.3
|
||||
yarn_mappings=1.21.3+build.2
|
||||
loader_version=0.16.9
|
||||
minecraft_version=1.21.1
|
||||
yarn_mappings=1.21.1+build.3
|
||||
loader_version=0.16.7
|
||||
|
||||
# Mod Properties
|
||||
mod_version=0.3.0
|
||||
mod_version=0.2.0
|
||||
maven_group=net.chaoticbyte.truncated
|
||||
archives_base_name=truncated
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.107.0+1.21.3
|
||||
fabric_version=0.106.0+1.21.1
|
||||
|
|
|
@ -18,8 +18,5 @@
|
|||
},
|
||||
"show_toast": true
|
||||
},
|
||||
"requirements": [["reached_limit"]],
|
||||
"rewards": {
|
||||
"experience": 2500
|
||||
}
|
||||
"requirements": [["reached_limit"]]
|
||||
}
|
|
@ -22,8 +22,8 @@
|
|||
"truncated.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.16.9",
|
||||
"minecraft": "1.21.3",
|
||||
"fabricloader": ">=0.16.5",
|
||||
"minecraft": "~1.21.1",
|
||||
"java": ">=21",
|
||||
"fabric-api": "*"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue