This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
EnergonRelics/src/main/resources/assets/energonrelics-azazelthedemo.../models/block/lightning_rod_base.json

99 lines
2.9 KiB
JSON

{
"parent": "minecraft:block/block",
"textures": {
"0": "minecraft:block/gold_block",
"1": "energonrelics:block/lightning_rod_base",
"particle": "#1"
},
"elements": [
{
"from": [5, 14, 5],
"to": [11, 16, 11],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 23, 8]},
"faces": {
"north": {"uv": [5, 0, 11, 2], "texture": "#1"},
"east": {"uv": [5, 0, 11, 2], "texture": "#1"},
"south": {"uv": [5, 0, 11, 2], "texture": "#1"},
"west": {"uv": [5, 0, 11, 2], "texture": "#1"},
"up": {"uv": [0, 0, 6, 6], "texture": "#1"},
"down": {"uv": [5, 5, 11, 11], "texture": "#1"}
}
},
{
"from": [0, 0, 0],
"to": [16, 4, 16],
"faces": {
"north": {"uv": [0, 7, 16, 11], "texture": "#1"},
"east": {"uv": [0, 7, 16, 11], "texture": "#1"},
"south": {"uv": [0, 7, 16, 11], "texture": "#1"},
"west": {"uv": [0, 7, 16, 11], "texture": "#1"},
"up": {"uv": [0, 0, 16, 16], "texture": "#1"},
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"from": [0, 6, 0],
"to": [16, 10, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 14, 8]},
"faces": {
"north": {"uv": [0, 3, 16, 7], "texture": "#1"},
"east": {"uv": [0, 3, 16, 7], "texture": "#1"},
"south": {"uv": [0, 3, 16, 7], "texture": "#1"},
"west": {"uv": [0, 3, 16, 7], "texture": "#1"},
"up": {"uv": [0, 0, 16, 16], "texture": "#1"},
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"from": [2, 10, 2],
"to": [14, 12, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 18, 8]},
"faces": {
"north": {"uv": [2, 2, 14, 4], "rotation": 180, "texture": "#1"},
"east": {"uv": [4, 3, 16, 5], "texture": "#1"},
"south": {"uv": [2, 2, 14, 4], "rotation": 180, "texture": "#1"},
"west": {"uv": [4, 3, 16, 5], "texture": "#1"},
"up": {"uv": [2, 2, 14, 14], "texture": "#1"}
}
},
{
"from": [6, 12, 6],
"to": [10, 14, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [9, 20, 9]},
"faces": {
"north": {"uv": [5, 4, 9, 6], "texture": "#0"},
"east": {"uv": [1, 7, 5, 9], "texture": "#0"},
"south": {"uv": [4, 9, 8, 11], "texture": "#0"},
"west": {"uv": [2, 2, 6, 4], "texture": "#0"},
"up": {"uv": [2, 2, 6, 4], "texture": "#0"},
"down": {"uv": [2, 2, 6, 4], "texture": "#0"}
}
},
{
"from": [1, 4, 1],
"to": [15, 6, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [9, 12, 9]},
"faces": {
"north": {"uv": [1, 3, 15, 5], "texture": "#0"},
"east": {"uv": [1, 3, 15, 5], "texture": "#0"},
"south": {"uv": [1, 3, 15, 5], "texture": "#0"},
"west": {"uv": [1, 3, 15, 5], "texture": "#0"},
"up": {"uv": [1, 4, 15, 6], "texture": "#0"},
"down": {"uv": [1, 4, 15, 6], "texture": "#0"}
}
}
],
"groups": [
{
"name": "blackstone body",
"origin": [8, 18, 8],
"children": [0, 1, 2, 3]
},
{
"name": "gold",
"origin": [9, 12, 9],
"children": [4, 5]
}
]
}