Skip to content

Commit

Permalink
Updated dependencies for Minecraft 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticByte committed Nov 1, 2024
1 parent fac3962 commit f535cc2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
especially in combination with other mods!

## Supported Minecraft versions

- 1.21.1 / Fabric with Fabric API
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.7
minecraft_version=1.21.3
yarn_mappings=1.21.3+build.2
loader_version=0.16.9

# Mod Properties
mod_version=0.2.0
maven_group=net.chaoticbyte.truncated
archives_base_name=truncated

# Dependencies
fabric_version=0.106.0+1.21.1
fabric_version=0.107.0+1.21.3
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"truncated.mixins.json"
],
"depends": {
"fabricloader": ">=0.16.5",
"minecraft": "~1.21.1",
"fabricloader": ">=0.16.9",
"minecraft": "1.21.3",
"java": ">=21",
"fabric-api": "*"
},
Expand Down

0 comments on commit f535cc2

Please sign in to comment.