Skip to content

Commit

Permalink
1.20.3 build fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
Traben-0 committed Dec 6, 2023
1 parent 02352f5 commit 9881193
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"accessWidener": "entity_texture_features.accesswidener",
"depends": {
"fabricloader": ">=0.14.0",
"minecraft": ">=1.20.2 "
"minecraft": ">=1.20.3 "
},
"suggests": {
"fabric": "*",
Expand Down
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ side = "CLIENT"
[[dependencies.entity_texture_features]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20.2,)"
versionRange = "[1.20.3,)"
ordering = "NONE"
side = "CLIENT"

4 changes: 2 additions & 2 deletions neoforge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ logoFile = "icon.png"
[[dependencies.entity_texture_features]]
modId = "neoforge"
mandatory = true
versionRange = "[20.2,)"
versionRange = "[20.3,)"
ordering = "NONE"
side = "CLIENT"

[[dependencies.entity_texture_features]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20.2,)"
versionRange = "[1.20.3,)"
ordering = "NONE"
side = "CLIENT"

Expand Down

0 comments on commit 9881193

Please sign in to comment.