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

35 lines
1.1 KiB
JSON

{
"credit": "Made with Blockbench by TyBraniff for Bluemaps support.",
"ambientocclusion": false,
"texture_size": [64, 32],
"textures": {
"wood": "entity/signs/hanging/oak"
},
"elements": [
{
"name": "Sign",
"from": [1, 0, 7],
"to": [15, 10, 9],
"faces": {
"north": {"uv": [4.5, 7, 8, 12], "texture": "#wood"},
"east": {"uv": [4, 7, 4.5, 12], "texture": "#wood"},
"south": {"uv": [0.5, 7, 4, 12], "texture": "#wood"},
"west": {"uv": [0, 7, 0.5, 12], "texture": "#wood"},
"up": {"uv": [4, 6, 0.5, 7], "rotation": 180, "texture": "#wood"},
"down": {"uv": [4, 7, 7.5, 6], "texture": "#wood"}
}
},
{
"from": [2, 10, 8],
"to": [14, 16, 8],
"faces": {
"north": {"uv": [3.5, 3, 6.5, 6], "texture": "#wood"},
"east": {"uv": [0, 0, 0, 3], "texture": "#missing"},
"south": {"uv": [3.5, 3, 6.5, 6], "texture": "#wood"},
"west": {"uv": [0, 0, 0, 3], "texture": "#missing"},
"up": {"uv": [0, 0, 0, 6], "rotation": 90, "texture": "#missing"},
"down": {"uv": [0, 0, 0, 6], "rotation": 270, "texture": "#missing"}
}
}
]
}