summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/warped_wart_block.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/warped_wart_block.json')
-rwxr-xr-xassets/minecraft/models/block/warped_wart_block.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/warped_wart_block.json b/assets/minecraft/models/block/warped_wart_block.json
new file mode 100755
index 00000000..29770623
--- /dev/null
+++ b/assets/minecraft/models/block/warped_wart_block.json
@@ -0,0 +1,29 @@
1{
2 "parent": "block/block",
3 "texture_size": [16, 32],
4 "textures": {
5 "0": "block/warped_wart_block",
6 "1": "block/warped_wart_block_side",
7 "particle": "block/warped_wart_block"
8 },
9 "elements": [
10 {
11 "from": [-0.05, -16, -0.05],
12 "to": [16.05, 16, 16.05],
13 "faces": {
14 "north": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "north"},
15 "east": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "east"},
16 "south": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "south"},
17 "west": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "west"},
18 "up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"}
19 }
20 },
21 {
22 "from": [0, 0, 0],
23 "to": [16, 16, 16],
24 "faces": {
25 "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"}
26 }
27 }
28 ]
29} \ No newline at end of file