-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbasin.json
30 lines (30 loc) · 973 Bytes
/
basin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"credit": "Made with Blockbench",
"parent": "minecraft:block/block",
"elements": [
{
"from": [0, 0, 0],
"to": [16, 14, 16],
"faces": {
"north": {"uv": [0, 2, 16, 16], "texture": "#1", "cullface": "north"},
"east": {"uv": [0, 2, 16, 16], "texture": "#1", "cullface": "east"},
"south": {"uv": [0, 2, 16, 16], "texture": "#1", "cullface": "south"},
"west": {"uv": [0, 2, 16, 16], "texture": "#1", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#2"},
"down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"}
}
},
{
"from": [13, 3, 3],
"to": [3, 14, 13],
"faces": {
"north": {"uv": [3, 2, 13, 13], "texture": "#1"},
"east": {"uv": [3, 2, 13, 13], "texture": "#1"},
"south": {"uv": [3, 2, 13, 13], "texture": "#1"},
"west": {"uv": [3, 2, 13, 13], "texture": "#1"},
"up": {"uv": [3, 3, 13, 13], "texture": "#2"},
"down": {"uv": [3, 3, 13, 13], "texture": "#0"}
}
}
]
}