Skip to content

Commit

Permalink
Fixup model texture names for Hoppers (#2964)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollounknowndev authored Jan 4, 2025
1 parent 3186b1b commit 614e928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"ambientocclusion": false,
"textures": {
"rim": "block/hopper_top",
"top": "block/hopper_top",
"particle": "block/hopper_outside",
"outside": "block/hopper_outside",
"side": "block/hopper_outside",
"inside": "block/hopper_inside"
},
"elements": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"ambientocclusion": false,
"textures": {
"rim": "block/hopper_top",
"top": "block/hopper_top",
"particle": "block/hopper_outside",
"outside": "block/hopper_outside",
"side": "block/hopper_outside",
"inside": "block/hopper_inside"
},
"elements": [
Expand Down

0 comments on commit 614e928

Please sign in to comment.