summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/bell_floor.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/bell_floor.json')
-rwxr-xr-xassets/minecraft/models/block/bell_floor.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/bell_floor.json b/assets/minecraft/models/block/bell_floor.json
new file mode 100755
index 00000000..361aa875
--- /dev/null
+++ b/assets/minecraft/models/block/bell_floor.json
@@ -0,0 +1,43 @@
1{
2 "credit": "Made with Blockbench",
3 "textures": {
4 "0": "block/bell",
5 "particle": "block/bell_particle"
6 },
7 "elements": [
8 {
9 "from": [2, 13, 7],
10 "to": [14, 15, 9],
11 "faces": {
12 "north": {"uv": [12, 2, 14, 14], "rotation": 270, "texture": "#0"},
13 "south": {"uv": [12, 2, 14, 14], "rotation": 270, "texture": "#0"},
14 "up": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#0"},
15 "down": {"uv": [10, 2, 12, 14], "rotation": 270, "texture": "#0"}
16 }
17 },
18 {
19 "from": [14, 0, 6],
20 "to": [16, 16, 10],
21 "faces": {
22 "north": {"uv": [4, 0, 6, 16], "texture": "#0"},
23 "east": {"uv": [0, 0, 4, 16], "texture": "#0", "cullface": "east"},
24 "south": {"uv": [4, 0, 6, 16], "texture": "#0"},
25 "west": {"uv": [0, 0, 4, 16], "texture": "#0"},
26 "up": {"uv": [0, 0, 4, 2], "rotation": 90, "texture": "#0", "cullface": "up"},
27 "down": {"uv": [0, 14, 4, 16], "rotation": 90, "texture": "#0", "cullface": "down"}
28 }
29 },
30 {
31 "from": [0, 0, 6],
32 "to": [2, 16, 10],
33 "faces": {
34 "north": {"uv": [4, 0, 6, 16], "texture": "#0"},
35 "east": {"uv": [0, 0, 4, 16], "texture": "#0"},
36 "south": {"uv": [4, 0, 6, 16], "texture": "#0"},
37 "west": {"uv": [0, 0, 4, 16], "texture": "#0", "cullface": "west"},
38 "up": {"uv": [0, 0, 4, 2], "rotation": 90, "texture": "#0", "cullface": "up"},
39 "down": {"uv": [0, 14, 4, 16], "rotation": 90, "texture": "#0", "cullface": "down"}
40 }
41 }
42 ]
43} \ No newline at end of file