summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/template_signal_campfire_lit.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/template_signal_campfire_lit.json')
-rwxr-xr-xassets/minecraft/models/block/template_signal_campfire_lit.json78
1 files changed, 78 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_signal_campfire_lit.json b/assets/minecraft/models/block/template_signal_campfire_lit.json
new file mode 100755
index 00000000..c5df6b0a
--- /dev/null
+++ b/assets/minecraft/models/block/template_signal_campfire_lit.json
@@ -0,0 +1,78 @@
1{
2 "credit": "Made with Blockbench",
3 "parent": "block/block",
4 "ambientocclusion": false,
5 "texture_size": [16, 32],
6 "textures": {
7 "particle": "block/oak_log"
8 },
9 "elements": [
10 {
11 "from": [1, 0, 0],
12 "to": [15, 4, 16],
13 "faces": {
14 "north": {"uv": [8.5, 7, 15.5, 9], "texture": "#log", "cullface": "north"},
15 "east": {"uv": [0, 0, 8, 2], "texture": "#log"},
16 "south": {"uv": [8.5, 7, 15.5, 9], "texture": "#log", "cullface": "south"},
17 "west": {"uv": [8, 0, 0, 2], "texture": "#log"},
18 "up": {"uv": [0, 0, 8, 7], "rotation": 90, "texture": "#log"},
19 "down": {"uv": [8, 0, 16, 7], "rotation": 90, "texture": "#log", "cullface": "down"}
20 }
21 },
22 {
23 "from": [0, 3, 1],
24 "to": [16, 7, 15],
25 "faces": {
26 "north": {"uv": [0, 9, 8, 11], "texture": "#log"},
27 "east": {"uv": [0.5, 7, 7.5, 9], "texture": "#log", "cullface": "east"},
28 "south": {"uv": [0, 9, 8, 11], "texture": "#log"},
29 "west": {"uv": [0.5, 7, 7.5, 9], "texture": "#log", "cullface": "west"},
30 "up": {"uv": [0, 0, 8, 7], "rotation": 180, "texture": "#log"},
31 "down": {"uv": [8, 9, 16, 16], "texture": "#log"}
32 }
33 },
34 {
35 "from": [0, 1, 8],
36 "to": [16, 23, 8],
37 "shade": false,
38 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
39 "faces": {
40 "north": {"uv": [0, 5, 16, 16], "texture": "#fire"},
41 "south": {"uv": [0, 5, 16, 16], "texture": "#fire"}
42 }
43 },
44 {
45 "from": [8, 1, 0],
46 "to": [8, 23, 16],
47 "shade": false,
48 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
49 "faces": {
50 "east": {"uv": [0, 0, 16, 16], "texture": "#fire"},
51 "west": {"uv": [0, 0, 16, 16], "texture": "#fire"}
52 }
53 },
54 {
55 "from": [11, 0, 0],
56 "to": [5, 4, 16],
57 "faces": {
58 "east": {"uv": [0, 9, 8, 11], "texture": "#log"},
59 "west": {"uv": [0, 9, 8, 11], "texture": "#log"}
60 }
61 },
62 {
63 "from": [0, 3, 11],
64 "to": [16, 7, 5],
65 "faces": {
66 "north": {"uv": [0, 9, 8, 11], "texture": "#log"},
67 "south": {"uv": [0, 9, 8, 11], "texture": "#log"}
68 }
69 },
70 {
71 "from": [5, 0, 0],
72 "to": [11, 1, 16],
73 "faces": {
74 "up": {"uv": [8, 2, 16, 5], "rotation": 90, "texture": "#log"}
75 }
76 }
77 ]
78} \ No newline at end of file