-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework chest rendering, generate chest item models.
- Loading branch information
1 parent
a3a7196
commit a9288c5
Showing
35 changed files
with
229 additions
and
230 deletions.
There are no files selected for viewing
28 changes: 27 additions & 1 deletion
28
common/src/generated/resources/.cache/a8958fe674732ec610d653bc94e6f0c744df4d7c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...dedstorage/models/item/pumpkin_chest.json → ...dedstorage/models/item/pumpkin_chest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/template_chest", | ||
"textures": { | ||
"particle": "minecraft:block/pumpkin_top" | ||
"particle": "minecraft:block/pumpkin" | ||
} | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
70 changes: 0 additions & 70 deletions
70
common/src/main/java/compasses/expandedstorage/impl/CommonClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
130 changes: 0 additions & 130 deletions
130
common/src/main/java/compasses/expandedstorage/impl/client/ChestBlockEntityRenderer.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.