added goban model
This commit is contained in:
parent
98cfa43d27
commit
05db258001
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -0,0 +1,70 @@
|
||||||
|
{
|
||||||
|
"credit": "Made with Blockbench",
|
||||||
|
"texture_size": [32, 32],
|
||||||
|
"textures": {
|
||||||
|
"0": "goban",
|
||||||
|
"particle": "goban"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"from": [1, 0, 1],
|
||||||
|
"to": [3, 2, 3],
|
||||||
|
"faces": {
|
||||||
|
"north": {"uv": [8, 12, 9, 13], "texture": "#0"},
|
||||||
|
"east": {"uv": [9, 12, 10, 13], "texture": "#0"},
|
||||||
|
"south": {"uv": [10, 12, 11, 13], "texture": "#0"},
|
||||||
|
"west": {"uv": [11, 12, 12, 13], "texture": "#0"},
|
||||||
|
"up": {"uv": [13, 13, 12, 12], "texture": "#0"},
|
||||||
|
"down": {"uv": [9, 13, 8, 14], "texture": "#0"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [1, 0, 13],
|
||||||
|
"to": [3, 2, 15],
|
||||||
|
"faces": {
|
||||||
|
"north": {"uv": [9, 13, 10, 14], "texture": "#0"},
|
||||||
|
"east": {"uv": [10, 13, 11, 14], "texture": "#0"},
|
||||||
|
"south": {"uv": [11, 13, 12, 14], "texture": "#0"},
|
||||||
|
"west": {"uv": [12, 13, 13, 14], "texture": "#0"},
|
||||||
|
"up": {"uv": [14, 13, 13, 12], "texture": "#0"},
|
||||||
|
"down": {"uv": [14, 13, 13, 14], "texture": "#0"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [13, 0, 1],
|
||||||
|
"to": [15, 2, 3],
|
||||||
|
"faces": {
|
||||||
|
"north": {"uv": [8, 14, 9, 15], "texture": "#0"},
|
||||||
|
"east": {"uv": [9, 14, 10, 15], "texture": "#0"},
|
||||||
|
"south": {"uv": [10, 14, 11, 15], "texture": "#0"},
|
||||||
|
"west": {"uv": [11, 14, 12, 15], "texture": "#0"},
|
||||||
|
"up": {"uv": [13, 15, 12, 14], "texture": "#0"},
|
||||||
|
"down": {"uv": [15, 12, 14, 13], "texture": "#0"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [13, 0, 13],
|
||||||
|
"to": [15, 2, 15],
|
||||||
|
"faces": {
|
||||||
|
"north": {"uv": [13, 14, 14, 15], "texture": "#0"},
|
||||||
|
"east": {"uv": [14, 13, 15, 14], "texture": "#0"},
|
||||||
|
"south": {"uv": [14, 14, 15, 15], "texture": "#0"},
|
||||||
|
"west": {"uv": [8, 15, 9, 16], "texture": "#0"},
|
||||||
|
"up": {"uv": [10, 16, 9, 15], "texture": "#0"},
|
||||||
|
"down": {"uv": [11, 15, 10, 16], "texture": "#0"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [0, 2, 0],
|
||||||
|
"to": [16, 8, 16],
|
||||||
|
"faces": {
|
||||||
|
"north": {"uv": [8, 0, 16, 3], "texture": "#0"},
|
||||||
|
"east": {"uv": [8, 3, 16, 6], "texture": "#0"},
|
||||||
|
"south": {"uv": [8, 6, 16, 9], "texture": "#0"},
|
||||||
|
"west": {"uv": [8, 9, 16, 12], "texture": "#0"},
|
||||||
|
"up": {"uv": [8, 8, 0, 0], "texture": "#0"},
|
||||||
|
"down": {"uv": [8, 8, 0, 16], "texture": "#0"}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue