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

23 lines
613 B
JSON

{
"credit": "Made by Azazelthedemonlord",
"textures": {
"0": "energonrelics:block/lightning_rod",
"particle": "minecraft:block/gold_block"
},
"elements": [
{
"from": [7, 0, 7],
"to": [9, 16, 9],
"rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 15]},
"faces": {
"north": {"uv": [0, 0, 2, 16], "texture": "#0"},
"east": {"uv": [2, 0, 4, 16], "texture": "#0"},
"south": {"uv": [0, 0, 2, 16], "texture": "#0"},
"west": {"uv": [2, 0, 4, 16], "texture": "#0"},
"up": {"uv": [4, 0, 6, 2], "texture": "#0"},
"down": {"uv": [4, 2, 6, 4], "texture": "#0"}
}
}
]
}