Skip to content

Commit

Permalink
1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MORIMORI0317 committed Jan 19, 2025
1 parent 9660163 commit 58e9b9e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Changelog to track updates for this mod.
### Added

### Changed
- Port MC1.21.4

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ support_versions=1.21.4
#Mod
archives_base_name=special-model-loader
mod_display_name=SpecialModelLoader
mod_version=1.4.0+pre.1
mod_version=1.4.0
#Dependencies
loader_version=0.16.9
fabric_version=0.111.0+1.21.4
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
}
],
"depends": {
"fabricloader": ">=0.16.2",
"minecraft": ">=1.21.1",
"fabricloader": ">=0.16.9",
"minecraft": ">=1.21.4",
"java": ">=21",
"fabric-api": "*"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
2026021089f1eb67bb59680a39566b65319b9c1d assets/special-model-loader-test/blockstates/facing_obj_model_block.json
09d86e9b817b52a30a7afdc219645cb7f67cd5c8 assets/special-model-loader-test/blockstates/normal_model_block.json
2a6689e3962f0c56716ee7a2840038d8e1c6f65d assets/special-model-loader-test/items/facing_model_block.json
0ca9dcce673b914bf2c74024d4b2b7ef7303d268 assets/special-model-loader-test/items/facing_obj_model_block.json
db12e0af083675fa1ab711028e4f2d7fe81d7644 assets/special-model-loader-test/items/facing_obj_model_block.json
5da9262165426aa448e0b149c06cb5baf1f2d119 assets/special-model-loader-test/items/mtloverride_obj_model_item.json
e9bb5e2f398bccd6253053b120344d1b7b0b7385 assets/special-model-loader-test/items/normal_model_block.json
1fd027e47bb05c0928fc934bcf6c3cfb85ad90b8 assets/special-model-loader-test/items/normal_model_item.json
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
]
},
"depends": {
"fabricloader": ">=0.16.2",
"fabricloader": ">=0.16.9",
"java": ">=21",
"fabric-api": "*"
}
Expand Down

0 comments on commit 58e9b9e

Please sign in to comment.