PrettyPipes/src/main/resources/assets/prettypipes/models/block/pipe_legs.json
2020-04-16 19:47:09 +02:00

33 lines
880 B
JSON

{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"1": "prettypipes:block/pipe_legs",
"particle": "prettypipes:block/pipe"
},
"elements": [
{
"from": [6, 4, 6],
"to": [10, 5, 10],
"faces": {
"north": {"uv": [0, 7, 4, 8], "texture": "#1"},
"east": {"uv": [0, 7, 4, 8], "texture": "#1"},
"south": {"uv": [0, 7, 4, 8], "texture": "#1"},
"west": {"uv": [0, 7, 4, 8], "texture": "#1"},
"up": {"uv": [1, 1, 5, 5], "texture": "#1"},
"down": {"uv": [1, 1, 5, 5], "texture": "#1"}
}
},
{
"from": [7, 0, 7],
"to": [9, 4, 9],
"faces": {
"north": {"uv": [1, 1, 3, 5], "texture": "#1"},
"east": {"uv": [1, 1, 3, 5], "texture": "#1"},
"south": {"uv": [1, 1, 3, 5], "texture": "#1"},
"west": {"uv": [1, 1, 3, 5], "texture": "#1"},
"down": {"uv": [1, 1, 3, 3], "texture": "#1"}
}
}
]
}