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

35 lines
1.2 KiB
JSON

{
"credit": "Made with Blockbench by TyBraniff for Bluemaps support.",
"texture_size": [64, 64],
"textures": {
"0": "entity/banner_base"
},
"elements": [
{
"name": "Handle",
"from": [1.2, 12.4, 15],
"to": [14.8, 13.4, 16],
"faces": {
"north": {"uv": [0.5, 11.5, 5.5, 12], "texture": "#0"},
"east": {"uv": [0, 11, 0.5, 11.5], "texture": "#0"},
"south": {"uv": [5.5, 11.5, 10.5, 12], "texture": "#0"},
"west": {"uv": [5.5, 11, 6, 11.5], "texture": "#0"},
"up": {"uv": [5.5, 11, 0.5, 10.5], "texture": "#0"},
"down": {"uv": [5.5, 11, 0.5, 11.5], "texture": "#0"}
}
},
{
"name": "Cloth",
"from": [1.2, -14.6, 14.5],
"to": [14.8, 13.4, 15],
"faces": {
"north": {"uv": [0.25, 0.25, 5.5, 10.25], "texture": "#0", "tintindex": 0},
"east": {"uv": [0, 0.25, 0.25, 10.25], "texture": "#0", "tintindex": 0},
"south": {"uv": [5.5, 0.25, 10.5, 10.25], "texture": "#0", "tintindex": 0},
"west": {"uv": [5.5, 0.25, 5.25, 10], "texture": "#0", "tintindex": 0},
"up": {"uv": [5.25, 0, 0.25, 0.25], "texture": "#0", "tintindex": 0},
"down": {"uv": [5, 0.25, 0.25, 0], "texture": "#0", "tintindex": 0}
}
}
]
}