summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/template_candle.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/template_candle.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/template_candle.json')
-rwxr-xr-xassets/minecraft/models/block/template_candle.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_candle.json b/assets/minecraft/models/block/template_candle.json
new file mode 100755
index 00000000..6d5a9412
--- /dev/null
+++ b/assets/minecraft/models/block/template_candle.json
@@ -0,0 +1,41 @@
1{
2 "parent": "block/block",
3 "ambientocclusion": false,
4 "textures": {
5 "particle": "block/air",
6 "all": "block/candle"
7 },
8 "elements": [
9 {
10 "from": [7.5, 6.25, 8],
11 "to": [8.5, 9.25, 8],
12 "rotation": {"angle": 45, "axis": "y", "origin": [8, 6, 8]},
13 "faces": {
14 "north": {"uv": [0, 3, 1, 6], "texture": "#all"},
15 "south": {"uv": [0, 3, 1, 6], "texture": "#all"}
16 }
17 },
18 {
19 "from": [7, 0, 7],
20 "to": [9, 6, 9],
21 "faces": {
22 "north": {"uv": [0, 8, 2, 14], "texture": "#all"},
23 "east": {"uv": [2, 8, 0, 14], "texture": "#all"},
24 "south": {"uv": [0, 8, 2, 14], "texture": "#all"},
25 "west": {"uv": [2, 8, 0, 14], "texture": "#all"},
26 "down": {"uv": [0, 14, 2, 16], "texture": "#all", "cullface": "down"}
27 }
28 },
29 {
30 "from": [6.75, 2.5, 6.75],
31 "to": [9.25, 6.25, 9.25],
32 "faces": {
33 "north": {"uv": [5, 6, 7, 9], "texture": "#all"},
34 "east": {"uv": [3, 6, 5, 9], "texture": "#all"},
35 "south": {"uv": [5, 6, 7, 9], "texture": "#all"},
36 "west": {"uv": [3, 6, 5, 9], "texture": "#all"},
37 "up": {"uv": [0, 6, 2, 8], "texture": "#all"}
38 }
39 }
40 ]
41} \ No newline at end of file