summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/bell_wall.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/bell_wall.json')
-rwxr-xr-xassets/minecraft/models/block/bell_wall.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/bell_wall.json b/assets/minecraft/models/block/bell_wall.json
new file mode 100755
index 00000000..55b6cef6
--- /dev/null
+++ b/assets/minecraft/models/block/bell_wall.json
@@ -0,0 +1,21 @@
1{
2 "credit": "Made with Blockbench",
3 "textures": {
4 "bar": "block/bell",
5 "particle": "block/bell_particle"
6 },
7 "elements": [
8 {
9 "from": [3, 13, 7],
10 "to": [16, 15, 9],
11 "faces": {
12 "north": {"uv": [12, 0, 14, 13], "rotation": 270, "texture": "#bar"},
13 "east": {"uv": [12, 0, 14, 1], "texture": "#bar", "cullface": "east"},
14 "south": {"uv": [12, 3, 14, 16], "rotation": 270, "texture": "#bar"},
15 "west": {"uv": [12, 11, 14, 13], "texture": "#bar"},
16 "up": {"uv": [14, 3, 16, 16], "rotation": 270, "texture": "#bar"},
17 "down": {"uv": [10, 3, 12, 16], "rotation": 270, "texture": "#bar"}
18 }
19 }
20 ]
21} \ No newline at end of file