Skip to content

Commit

Permalink
Learnable Echoing Pot
Browse files Browse the repository at this point in the history
  • Loading branch information
worldwidepixel committed Mar 25, 2024
1 parent e86fb8a commit d2fb202
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/main/resources/assets/hollow/models/block/echoing_pot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"0": "block/chiseled_deepslate",
"1": "block/polished_deepslate",
"0": "hollow:block/echoing_pot_side_2",
"1": "hollow:block/echoing_pot_side",
"2": "hollow:block/echoing_pot_top",
"particle": "block/chiseled_deepslate"
"3": "hollow:block/echoing_pot_side_3",
"particle": "hollow:block/echoing_pot_side_2"
},
"elements": [
{
"from": [1, 0, 1],
"to": [15, 13, 15],
"faces": {
"north": {"uv": [1, 1, 15, 14], "texture": "#0"},
"east": {"uv": [15, 1, 1, 14], "texture": "#0"},
"east": {"uv": [15, 1, 1, 14], "texture": "#3"},
"south": {"uv": [1, 1, 15, 14], "texture": "#0"},
"west": {"uv": [15, 1, 1, 14], "texture": "#0"},
"west": {"uv": [15, 1, 1, 14], "texture": "#3"},
"up": {"uv": [1, 1, 15, 15], "texture": "#1"},
"down": {"uv": [1, 1, 15, 15], "texture": "#1"}
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d2fb202

Please sign in to comment.