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

82 lines
2.4 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],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"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"}
}
},
{
"name": "Hanger",
"from": [0, 14, 6],
"to": [16, 16, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [6, 2, 10, 3], "texture": "#wood"},
"east": {"uv": [0, 2, 1, 3], "texture": "#wood"},
"south": {"uv": [1, 2, 5, 3], "texture": "#wood"},
"west": {"uv": [0, 2, 1, 3], "texture": "#wood"},
"up": {"uv": [1, 0, 5, 2], "rotation": 180, "texture": "#wood"},
"down": {"uv": [5, 0, 9, 2], "texture": "#wood"}
}
},
{
"name": "ChainA1",
"from": [4.8, 10, 10.5],
"to": [6.2, 14, 10.5],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
"faces": {
"north": {"uv": [1.5, 3, 2.25, 6], "texture": "#wood"},
"south": {"uv": [1.5, 3, 2.25, 6], "texture": "#wood"}
}
},
{
"name": "ChainB2",
"from": [10.5, 10, 4.8],
"to": [10.5, 14, 6.2],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
"faces": {
"east": {"uv": [0, 3, 0.75, 6], "texture": "#wood"},
"west": {"uv": [0, 3, 0.75, 6], "texture": "#wood"}
}
},
{
"name": "ChainB1",
"from": [9.8, 10, 5.5],
"to": [11.2, 14, 5.5],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
"faces": {
"north": {"uv": [1.5, 3, 2.25, 6], "texture": "#wood"},
"south": {"uv": [1.5, 3, 2.25, 6], "texture": "#wood"}
}
},
{
"name": "ChainA2",
"from": [5.5, 10, 9.8],
"to": [5.5, 14, 11.2],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
"faces": {
"east": {"uv": [0, 3, 0.75, 6], "texture": "#wood"},
"west": {"uv": [0, 3, 0.75, 6], "texture": "#wood"}
}
}
]
}