PrettyPipes/src/main/resources/assets/prettypipes/models/block/pipe_legs.json
2022-08-01 15:02:47 +02:00

67 lines
1.8 KiB
JSON

{
"credit": "Made with Blockbench",
"parent": "block/block",
"render_type": "cutout",
"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"
}
}
}
]
}