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_upper.json

21 lines
681 B
JSON

{
"parent": "minecraft:block/block",
"textures": {
"1": "energonrelics:block/lightning_rod",
"particle": "#1"
},
"elements": [
{
"from": [7.5, 0, 7.5],
"to": [8.5, 8, 8.5],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
"faces": {
"north": {"uv": [1, 8, 2, 16], "texture": "#1"},
"east": {"uv": [1, 8, 2, 16], "texture": "#1"},
"south": {"uv": [1, 8, 2, 16], "texture": "#1"},
"west": {"uv": [1, 8, 2, 16], "texture": "#1"},
"up": {"uv": [1, 8, 2, 9], "texture": "#1"}
}
}
]
}