summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/cube_all_glow.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/cube_all_glow.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/cube_all_glow.json')
-rwxr-xr-xassets/minecraft/models/block/cube_all_glow.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/cube_all_glow.json b/assets/minecraft/models/block/cube_all_glow.json
new file mode 100755
index 00000000..37567614
--- /dev/null
+++ b/assets/minecraft/models/block/cube_all_glow.json
@@ -0,0 +1,21 @@
1{
2 "ambientocclusion": false,
3 "parent": "block/block",
4 "textures": {
5 "particle": "#particle"
6 },
7 "elements": [
8 { "from": [ 0, 0, 0 ],
9 "to": [ 16, 16, 16 ],
10 "shade": false,
11 "faces": {
12 "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#down", "cullface": "down" },
13 "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#up", "cullface": "up" },
14 "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front", "cullface": "north" },
15 "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "south" },
16 "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" },
17 "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" }
18 }
19 }
20 ]
21}