BlueMap/BlueMapCore/src/main/resourceExtensions/mc1_20_3/assets/minecraft/models/entity/shulker_box.json

33 lines
939 B
JSON

{
"credit": "Made with Blockbench by TyBraniff for Bluemaps support.",
"texture_size": [64, 64],
"textures": {
"0": "entity/shulker/shulker"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 8, 16],
"faces": {
"north": {"uv": [0, 11, 4, 13], "texture": "#0"},
"east": {"uv": [0, 11, 4, 13], "texture": "#0"},
"south": {"uv": [0, 11, 4, 13], "texture": "#0"},
"west": {"uv": [0, 11, 4, 13], "texture": "#0"},
"up": {"uv": [0, 0, 4, 4], "texture": "#0"},
"down": {"uv": [8.25, 7.25, 12, 11], "texture": "#0"}
}
},
{
"from": [0, 4, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 4, 4, 7], "texture": "#0"},
"east": {"uv": [0, 4, 4, 7], "texture": "#0"},
"south": {"uv": [0, 4, 4, 7], "texture": "#0"},
"west": {"uv": [0, 4, 4, 7], "texture": "#0"},
"up": {"uv": [4, 0, 8, 4], "texture": "#0"},
"down": {"uv": [0, 0, 4, 4], "texture": "#0"}
}
}
]
}