Skip to content

Commit

Permalink
Fix ender chest item, fabric api version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
FoundationGames committed Jan 20, 2025
1 parent edfabad commit 8639029
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ loader_version=0.16.10

fabric_version=0.114.3+1.21.4

mod_version = 0.11.2+1.21.4
mod_version = 0.11.3+1.21.4
maven_group = foundationgames
archives_base_name = enhancedblockentities

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static void setupRRPChests() {

ResourceUtil.addChestItemDefinition("chest", "chest_center", p);
ResourceUtil.addChestItemDefinition("trapped_chest", "trapped_chest_center", p);
ResourceUtil.addParentModel("block/ender_chest_center", Identifier.of("item/ender_chest"), p);
ResourceUtil.addChestItemDefinition("ender_chest", "ender_chest_center", p);

p.addDirBlockSprites("entity/chest", "entity/chest/");
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

"depends": {
"fabricloader": ">=0.16.7",
"fabric-api": "*",
"fabric-api": ">=0.114.1",
"minecraft": ">=1.21.3"
},
"breaks": {
Expand Down

0 comments on commit 8639029

Please sign in to comment.