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/models/block/lightning_rod_base.json

58 lines
2.2 KiB
JSON

{
"parent": "minecraft:block/block",
"textures": {
"1": "minecraft:block/blackstone",
"particle": "#1"
},
"elements": [
{
"from": [3, 0, 3],
"to": [13, 4, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
"faces": {
"north": {"uv": [3, 12, 13, 16], "texture": "#1"},
"east": {"uv": [3, 12, 13, 16], "texture": "#1"},
"south": {"uv": [3, 12, 13, 16], "texture": "#1"},
"west": {"uv": [3, 12, 13, 16], "texture": "#1"},
"up": {"uv": [3, 3, 13, 13], "texture": "#1"},
"down": {"uv": [3, 3, 13, 13], "texture": "#1"}
}
},
{
"from": [4, 4, 4],
"to": [12, 8, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
"faces": {
"north": {"uv": [4, 8, 12, 12], "texture": "#1"},
"east": {"uv": [4, 8, 12, 12], "texture": "#1"},
"south": {"uv": [4, 8, 12, 12], "texture": "#1"},
"west": {"uv": [4, 8, 12, 12], "texture": "#1"},
"up": {"uv": [4, 4, 12, 12], "texture": "#1"}
}
},
{
"from": [5, 8, 5],
"to": [11, 12, 11],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
"faces": {
"north": {"uv": [5, 4, 11, 8], "texture": "#1"},
"east": {"uv": [5, 4, 11, 8], "texture": "#1"},
"south": {"uv": [5, 4, 11, 8], "texture": "#1"},
"west": {"uv": [5, 4, 11, 8], "texture": "#1"},
"up": {"uv": [5, 5, 11, 11], "texture": "#1"}
}
},
{
"from": [6, 12, 6],
"to": [10, 16, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
"faces": {
"north": {"uv": [6, 0, 10, 4], "texture": "#1"},
"east": {"uv": [6, 0, 10, 4], "texture": "#1"},
"south": {"uv": [6, 0, 10, 4], "texture": "#1"},
"west": {"uv": [6, 0, 10, 4], "texture": "#1"},
"up": {"uv": [6, 6, 10, 10], "texture": "#1"}
}
}
]
}