forked from Martmists/YNet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
38 lines
1.1 KiB
{ |
|
"parent": "block/block", |
|
"credit": "Made with Blockbench", |
|
"ambientocclusion": false, |
|
"textures": { |
|
"0": "ynet:block/pipe", |
|
"1": "ynet:block/connector", |
|
"particle": "ynet:block/pipe" |
|
}, |
|
"elements": [ |
|
{ |
|
"name": "pipe_side", |
|
"from": [5, 1, 5], |
|
"to": [11, 5, 11], |
|
"faces": { |
|
"north": {"uv": [0, 0, 6, 4], "texture": "#0"}, |
|
"east": {"uv": [0, 0, 6, 4], "texture": "#0"}, |
|
"south": {"uv": [0, 0, 6, 4], "texture": "#0"}, |
|
"west": {"uv": [0, 0, 6, 4], "texture": "#0"}, |
|
"up": {"uv": [0, 0, 6, 6], "texture": "#0"}, |
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"} |
|
} |
|
}, |
|
{ |
|
"name": "connector", |
|
"from": [3, 0, 3], |
|
"to": [13, 1, 13], |
|
"faces": { |
|
"north": {"uv": [0, 0, 10, 1], "texture": "#1"}, |
|
"east": {"uv": [0, 0, 10, 1], "texture": "#1"}, |
|
"south": {"uv": [0, 0, 10, 1], "texture": "#1"}, |
|
"west": {"uv": [0, 0, 10, 1], "texture": "#1"}, |
|
"up": {"uv": [0, 0, 10, 10], "texture": "#1"}, |
|
"down": {"uv": [0, 0, 10, 10], "texture": "#1"} |
|
} |
|
} |
|
] |
|
} |