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/phase_shifter.json

33 lines
1.5 KiB
JSON

{
"parent": "minecraft:block/block",
"textures": {
"particle": "#all",
"tint": "energonrelics:block/phase_shifter_tint"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "down"},
"up": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "up"},
"north": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "north"},
"south": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "west"},
"east": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "east"}
}
},
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#tint", "cullface": "down", "tintindex": 0},
"up": {"uv": [0, 0, 16, 16], "texture": "#tint", "cullface": "up", "tintindex": 0},
"north": {"uv": [0, 0, 16, 16], "texture": "#tint", "cullface": "north", "tintindex": 0},
"south": {"uv": [0, 0, 16, 16], "texture": "#tint", "cullface": "south", "tintindex": 0},
"west": {"uv": [0, 0, 16, 16], "texture": "#tint", "cullface": "west", "tintindex": 0},
"east": {"uv": [0, 0, 16, 16], "texture": "#tint", "cullface": "east", "tintindex": 0}
}
}
]
}