Unicopia/assets/models/hive_core.json
2023-10-15 16:52:11 +01:00

35 lines
No EOL
957 B
JSON

{
"textures": {
"0": "unicopia:hive_core",
"1": "unicopia:hive_activity",
"particle": "unicopia:hive_core"
},
"elements": [
{
"name": "core",
"from": [1, 1, 1],
"to": [15, 15, 15],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0"},
"east": {"uv": [0, 0, 16, 16], "texture": "#0"},
"south": {"uv": [0, 0, 16, 16], "texture": "#0"},
"west": {"uv": [0, 0, 16, 16], "texture": "#0"},
"up": {"uv": [0, 0, 16, 16], "texture": "#0"},
"down": {"uv": [0, 0, 16, 16], "texture": "#0"}
}
},
{
"name": "activity",
"from": [0, 0, 0],
"to": [16, 16, 2],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#1"},
"east": {"uv": [14, 0, 16, 16], "texture": "#1"},
"south": {"uv": [0, 0, 16, 16], "texture": "#1"},
"west": {"uv": [0, 0, 2, 16], "texture": "#1"},
"up": {"uv": [16, 2, 0, 0], "texture": "#1"},
"down": {"uv": [16, 14, 0, 16], "texture": "#1"}
}
}
]
}