Create tiki_torch.json

Added Tiki Torch Model
This commit is contained in:
PaulGoersCode
2023-04-06 17:11:17 -05:00
parent e57a95bc9f
commit a722707ce2

View File

@@ -0,0 +1,108 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "block/bamboo_block",
"1": "block/stripped_bamboo_block",
"2": "block/coal_block",
"3": "block/bamboo_large_leaves",
"particle": "block/bamboo_block"
},
"elements": [
{
"from": [7, 0, 7],
"to": [9, 16, 9],
"faces": {
"north": {"uv": [0, 0, 2, 16], "texture": "#0"},
"east": {"uv": [2, 0, 4, 16], "texture": "#0"},
"south": {"uv": [4, 0, 6, 16], "texture": "#0"},
"west": {"uv": [6, 0, 8, 16], "texture": "#0"},
"up": {"uv": [0, 0, 2, 2], "texture": "#0"},
"down": {"uv": [0, 0, 2, 2], "texture": "#0"}
}
},
{
"from": [7, 16, 7],
"to": [9, 21, 9],
"faces": {
"north": {"uv": [0, 9, 2, 16], "texture": "#0"},
"east": {"uv": [2, 9, 4, 16], "texture": "#0"},
"south": {"uv": [4, 9, 6, 16], "texture": "#0"},
"west": {"uv": [6, 9, 8, 16], "texture": "#0"},
"up": {"uv": [0, 0, 2, 2], "texture": "#0"},
"down": {"uv": [0, 0, 2, 2], "texture": "#0"}
}
},
{
"from": [6, 23, 6],
"to": [10, 26, 10],
"faces": {
"north": {"uv": [0, 0, 4, 3], "texture": "#2"},
"east": {"uv": [0, 0, 4, 3], "texture": "#2"},
"south": {"uv": [0, 0, 4, 3], "texture": "#2"},
"west": {"uv": [0, 0, 4, 3], "texture": "#2"},
"up": {"uv": [0, 0, 4, 4], "texture": "#2"},
"down": {"uv": [0, 0, 4, 4], "texture": "#2"}
}
},
{
"from": [6, 27, 6],
"to": [10, 28, 10],
"faces": {
"north": {"uv": [0, 0, 4, 1], "texture": "#2"},
"east": {"uv": [0, 0, 4, 1], "texture": "#2"},
"south": {"uv": [0, 0, 4, 1], "texture": "#2"},
"west": {"uv": [0, 0, 4, 1], "texture": "#2"},
"up": {"uv": [0, 0, 4, 4], "texture": "#2"},
"down": {"uv": [0, 0, 4, 4], "texture": "#2"}
}
},
{
"from": [6, 22, 6],
"to": [10, 23, 10],
"faces": {
"north": {"uv": [2, 1, 6, 2], "texture": "#3"},
"east": {"uv": [6, 1, 10, 2], "texture": "#3"},
"south": {"uv": [2, 2, 6, 3], "texture": "#3"},
"west": {"uv": [6, 2, 10, 3], "texture": "#3"},
"up": {"uv": [2, 5, 6, 9], "texture": "#3"},
"down": {"uv": [2, 5, 6, 9], "texture": "#3"}
}
},
{
"from": [6, 26, 6],
"to": [10, 27, 10],
"faces": {
"north": {"uv": [2, 1, 6, 2], "texture": "#3"},
"east": {"uv": [6, 1, 10, 2], "texture": "#3"},
"south": {"uv": [2, 2, 6, 3], "texture": "#3"},
"west": {"uv": [6, 2, 10, 3], "texture": "#3"},
"up": {"uv": [2, 5, 6, 9], "texture": "#3"},
"down": {"uv": [2, 5, 6, 9], "texture": "#3"}
}
},
{
"from": [7, 28, 7],
"to": [9, 29, 9],
"faces": {
"north": {"uv": [0, 0, 2, 1], "texture": "#1"},
"east": {"uv": [0, 0, 2, 1], "texture": "#1"},
"south": {"uv": [0, 0, 2, 1], "texture": "#1"},
"west": {"uv": [0, 0, 2, 1], "texture": "#1"},
"up": {"uv": [0, 0, 2, 2], "texture": "#1"},
"down": {"uv": [0, 0, 2, 2], "texture": "#1"}
}
},
{
"from": [7, 21, 7],
"to": [9, 22, 9],
"faces": {
"north": {"uv": [8, 1, 10, 2], "texture": "#3"},
"east": {"uv": [6, 1, 8, 2], "texture": "#3"},
"south": {"uv": [4, 1, 6, 2], "texture": "#3"},
"west": {"uv": [2, 1, 4, 2], "texture": "#3"},
"up": {"uv": [2, 2, 4, 4], "texture": "#3"},
"down": {"uv": [2, 2, 4, 4], "texture": "#3"}
}
}
]
}