summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/template_campfire_off.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/template_campfire_off.json')
-rwxr-xr-xassets/minecraft/models/block/template_campfire_off.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_campfire_off.json b/assets/minecraft/models/block/template_campfire_off.json
new file mode 100755
index 00000000..cdb46c76
--- /dev/null
+++ b/assets/minecraft/models/block/template_campfire_off.json
@@ -0,0 +1,48 @@
1{
2 "parent": "block/block",
3 "textures": {
4 "particle": "block/oak_log"
5 },
6 "elements": [
7 {
8 "from": [1, 0, 0],
9 "to": [15, 4, 16],
10 "faces": {
11 "north": {"uv": [8.5, 7, 15.5, 9], "texture": "#log", "cullface": "north"},
12 "east": {"uv": [0, 0, 8, 2], "texture": "#log"},
13 "south": {"uv": [8.5, 7, 15.5, 9], "texture": "#log", "cullface": "south"},
14 "west": {"uv": [8, 0, 0, 2], "texture": "#log"},
15 "up": {"uv": [0, 0, 8, 7], "rotation": 90, "texture": "#log"},
16 "down": {"uv": [8, 0, 16, 7], "rotation": 90, "texture": "#log", "cullface": "down"}
17 }
18 },
19 {
20 "from": [0, 3, 1],
21 "to": [16, 7, 15],
22 "faces": {
23 "north": {"uv": [0, 9, 8, 11], "texture": "#log"},
24 "east": {"uv": [0.5, 7, 7.5, 9], "texture": "#log", "cullface": "east"},
25 "south": {"uv": [0, 9, 8, 11], "texture": "#log"},
26 "west": {"uv": [0.5, 7, 7.5, 9], "texture": "#log", "cullface": "west"},
27 "up": {"uv": [0, 0, 8, 7], "rotation": 180, "texture": "#log"},
28 "down": {"uv": [8, 9, 16, 16], "texture": "#log"}
29 }
30 },
31 {
32 "from": [11, 0, 0],
33 "to": [5, 4, 16],
34 "faces": {
35 "east": {"uv": [0, 9, 8, 11], "texture": "#log"},
36 "west": {"uv": [0, 9, 8, 11], "texture": "#log"}
37 }
38 },
39 {
40 "from": [0, 3, 11],
41 "to": [16, 7, 5],
42 "faces": {
43 "north": {"uv": [0, 9, 8, 11], "texture": "#log"},
44 "south": {"uv": [0, 9, 8, 11], "texture": "#log"}
45 }
46 }
47 ]
48} \ No newline at end of file