summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/bell_ceiling.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/bell_ceiling.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/bell_ceiling.json')
-rwxr-xr-xassets/minecraft/models/block/bell_ceiling.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/bell_ceiling.json b/assets/minecraft/models/block/bell_ceiling.json
new file mode 100755
index 00000000..7047a02c
--- /dev/null
+++ b/assets/minecraft/models/block/bell_ceiling.json
@@ -0,0 +1,20 @@
1{
2 "credit": "Made with Blockbench",
3 "textures": {
4 "bar": "block/bell",
5 "particle": "block/bell_particle"
6 },
7 "elements": [
8 {
9 "from": [7, 13, 7],
10 "to": [9, 16, 9],
11 "faces": {
12 "north": {"uv": [6, 13, 8, 16], "texture": "#bar"},
13 "east": {"uv": [8, 13, 10, 16], "texture": "#bar"},
14 "south": {"uv": [6, 13, 8, 16], "texture": "#bar"},
15 "west": {"uv": [8, 13, 10, 16], "texture": "#bar"},
16 "up": {"uv": [6, 11, 8, 13], "texture": "#bar", "cullface": "up"}
17 }
18 }
19 ]
20} \ No newline at end of file