Create/src/main/resources/assets/create/models/block/basin.json

84 lines
2.4 KiB
JSON
Raw Normal View History

{
"credit": "Made with Blockbench",
"parent": "block/block",
"ambientocclusion": true,
"textures": {
"12": "create:block/basin",
"particle": "create:block/basin"
},
"elements": [
{
"name": "Side1",
"from": [0, 2, 0],
"to": [2, 13, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 24, 8]},
"faces": {
"north": {"uv": [7, 0, 8, 5.5], "texture": "#12"},
"east": {"uv": [0, 0, 8, 5.5], "texture": "#12"},
"south": {"uv": [0, 0, 1, 5.5], "texture": "#12"},
"west": {"uv": [0, 0, 8, 5.5], "texture": "#12"},
"up": {"uv": [8, 0, 9, 8], "texture": "#12"},
"down": {"uv": [8, 0, 9, 8], "texture": "#12"}
}
},
{
"name": "BasinBottom",
"from": [2, 0, 2],
"to": [14, 2, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 25, 8]},
"faces": {
"north": {"uv": [1, 5.5, 7, 6.5], "texture": "#12"},
"east": {"uv": [1, 5.5, 7, 6.5], "texture": "#12"},
"south": {"uv": [1, 5.5, 7, 6.5], "texture": "#12"},
"west": {"uv": [1, 5.5, 7, 6.5], "texture": "#12"},
"up": {"uv": [0, 10, 6, 16], "texture": "#12"},
"down": {"uv": [0, 10, 6, 16], "rotation": 90, "texture": "#12"}
}
},
{
"name": "Side4",
"from": [2, 2, 0],
"to": [14, 13, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 24, 8]},
"faces": {
"north": {"uv": [1, 0, 7, 5.5], "texture": "#12"},
"south": {"uv": [0, 0, 8, 5.5], "texture": "#12"},
"up": {"uv": [9, 0, 15, 1], "texture": "#12"},
"down": {"uv": [9, 7, 15, 8], "texture": "#12"}
}
},
{
"name": "Side2",
"from": [2, 2, 14],
"to": [14, 13, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 24, 8]},
"faces": {
"north": {"uv": [1, 0, 7, 5.5], "texture": "#12"},
"south": {"uv": [1, 0, 7, 5.5], "texture": "#12"},
"up": {"uv": [9, 7, 15, 8], "texture": "#12"},
"down": {"uv": [9, 0, 15, 1], "texture": "#12"}
}
},
{
"name": "Side3",
"from": [14, 2, 0],
"to": [16, 13, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 40, 8]},
"faces": {
"north": {"uv": [0, 0, 1, 5.5], "texture": "#12"},
"east": {"uv": [0, 0, 8, 5.5], "texture": "#12"},
"south": {"uv": [7, 0, 8, 5.5], "texture": "#12"},
"west": {"uv": [0, 0, 8, 5.5], "texture": "#12"},
"up": {"uv": [15, 0, 16, 8], "texture": "#12"},
"down": {"uv": [15, 0, 16, 8], "texture": "#12"}
}
}
],
"groups": [
{
"name": "Basin",
"origin": [8, 8, 8],
"children": [0, 1, 2, 3, 4]
}
]
}