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