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

32 lines
1009 B
JSON

{
"credit": "Made with Blockbench by TyBraniff for Bluemaps support.",
"texture_size": [64, 64],
"elements": [
{
"name": "Skull",
"from": [4.1, 4.1, 8.2],
"to": [11.9, 11.9, 16],
"faces": {
"north": {"uv": [2, 2, 4, 4], "texture": "#entity"},
"east": {"uv": [0, 2, 2, 4], "texture": "#entity"},
"south": {"uv": [5.5, 2, 7.5, 4], "texture": "#entity"},
"west": {"uv": [3.75, 2, 5.75, 4], "texture": "#entity"},
"up": {"uv": [4, 2, 2, 0], "texture": "#entity"},
"down": {"uv": [6, 0, 4, 2], "texture": "#entity"}
}
},
{
"name": "Overlay",
"from": [4, 4, 8],
"to": [12, 12, 16],
"faces": {
"north": {"uv": [10, 2, 12, 4], "texture": "#entity"},
"east": {"uv": [8, 2, 10, 4], "texture": "#entity"},
"south": {"uv": [14, 2, 16, 4], "texture": "#entity"},
"west": {"uv": [12, 2, 14, 4], "texture": "#entity"},
"up": {"uv": [12, 2, 10, 0], "texture": "#entity"},
"down": {"uv": [14, 0, 12, 2], "texture": "#entity"}
}
}
]
}