CreateMod/src/main/resources/assets/create/models/block/basin.json
simibubi 785c79786d Get registrated, Part II
- Set up datagen and registrate chains for all remaining blocks
2020-05-22 20:02:07 +02:00

84 lines
No EOL
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, 13, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 24, 8]},
"faces": {
"north": {"uv": [14, 3, 16, 14], "texture": "#1"},
"east": {"uv": [0, 3, 16, 14], "texture": "#1"},
"south": {"uv": [0, 3, 2, 14], "texture": "#1"},
"west": {"uv": [0, 3, 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, 13, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 24, 8]},
"faces": {
"north": {"uv": [2, 3, 14, 14], "texture": "#1"},
"south": {"uv": [2, 3, 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, 13, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 24, 8]},
"faces": {
"north": {"uv": [2, 3, 14, 14], "texture": "#1"},
"south": {"uv": [2, 3, 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, 13, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 40, 8]},
"faces": {
"north": {"uv": [0, 3, 2, 14], "texture": "#1"},
"east": {"uv": [0, 3, 16, 14], "texture": "#1"},
"south": {"uv": [14, 3, 16, 14], "texture": "#1"},
"west": {"uv": [0, 3, 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]
}
]
}