Create/src/main/resources/assets/create/models/block/basin.json
simibubi a4b4c770be Asset Break
- Implemented reworked chute models by Kryppers
- Implemented new basin model by Kryppers
- Chutes now have proper selection bounds
- Some minor texture & model touch-ups
- Fixed symmetry wand position in its GUI
2020-08-24 23:45:37 +02:00

84 lines
2.4 KiB
JSON

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