This commit is contained in:
yuesha-yc 2021-10-26 00:58:51 -07:00
parent 03d58412ba
commit 3b2a0421a2
No known key found for this signature in database
GPG key ID: 009D79A802D4ED01

View file

@ -0,0 +1,25 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"0": "create:block/axis",
"1": "create:block/axis_top",
"particle": "create:block/axis"
},
"elements": [
{
"name": "Axis",
"from": [6, 6, 8],
"to": [10, 10, 16],
"shade": false,
"faces": {
"north": {"uv": [6, 6, 10, 10], "rotation": 180, "texture": "#1"},
"east": {"uv": [6, 0, 10, 8], "rotation": 270, "texture": "#0"},
"south": {"uv": [6, 6, 10, 10], "texture": "#1"},
"west": {"uv": [6, 0, 10, 8], "rotation": 90, "texture": "#0"},
"up": {"uv": [6, 0, 10, 8], "rotation": 180, "texture": "#0"},
"down": {"uv": [6, 0, 10, 8], "texture": "#0"}
}
}
]
}