feat: 添加杆子方块
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"credit": "Created by Frost-ZX using Blockbench.",
|
||||
"textures": {
|
||||
"particle": "block/light_gray_concrete",
|
||||
"texture": "block/light_gray_concrete"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [6, 6, 6],
|
||||
"to": [10, 10, 10],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 6, 10, 10], "texture": "#texture"},
|
||||
"east": {"uv": [6, 6, 10, 10], "texture": "#texture"},
|
||||
"south": {"uv": [6, 6, 10, 10], "texture": "#texture"},
|
||||
"west": {"uv": [6, 6, 10, 10], "texture": "#texture"},
|
||||
"up": {"uv": [6, 6, 10, 10], "texture": "#texture"},
|
||||
"down": {"uv": [6, 6, 10, 10], "texture": "#texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"credit": "Created by Frost-ZX using Blockbench.",
|
||||
"textures": {
|
||||
"particle": "block/light_gray_concrete",
|
||||
"texture": "block/light_gray_concrete"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [6, 6, 0],
|
||||
"to": [10, 10, 7],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 6, 10, 10], "texture": "#texture"},
|
||||
"east": {"uv": [9, 6, 16, 10], "texture": "#texture"},
|
||||
"south": {"uv": [6, 6, 10, 10], "texture": "#texture"},
|
||||
"west": {"uv": [0, 6, 7, 10], "texture": "#texture"},
|
||||
"up": {"uv": [6, 0, 10, 7], "texture": "#texture"},
|
||||
"down": {"uv": [6, 9, 10, 16], "texture": "#texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"credit": "Created by Frost-ZX using Blockbench.",
|
||||
"textures": {
|
||||
"particle": "block/light_gray_concrete",
|
||||
"texture": "block/light_gray_concrete"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [6, 0, 6],
|
||||
"to": [10, 16, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 0, 10, 16], "texture": "#texture"},
|
||||
"east": {"uv": [6, 0, 10, 16], "texture": "#texture"},
|
||||
"south": {"uv": [6, 0, 10, 16], "texture": "#texture"},
|
||||
"west": {"uv": [6, 0, 10, 16], "texture": "#texture"},
|
||||
"up": {"uv": [6, 6, 10, 10], "texture": "#texture"},
|
||||
"down": {"uv": [6, 6, 10, 10], "texture": "#texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"credit": "Created by Frost-ZX using Blockbench.",
|
||||
"textures": {
|
||||
"particle": "block/light_gray_concrete",
|
||||
"texture": "block/light_gray_concrete"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 3, 0],
|
||||
"to": [9, 13, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 3, 9, 13], "texture": "#texture"},
|
||||
"east": {"uv": [15, 3, 16, 13], "texture": "#texture"},
|
||||
"south": {"uv": [7, 3, 9, 13], "texture": "#texture"},
|
||||
"west": {"uv": [0, 3, 1, 13], "texture": "#texture"},
|
||||
"up": {"uv": [7, 0, 9, 1], "texture": "#texture"},
|
||||
"down": {"uv": [7, 15, 9, 16], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 11, 1],
|
||||
"to": [8.5, 13, 7],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"east": {"uv": [9, 3, 15, 5], "texture": "#texture"},
|
||||
"west": {"uv": [1, 3, 7, 5], "texture": "#texture"},
|
||||
"up": {"uv": [7.5, 1, 8.5, 7], "texture": "#texture"},
|
||||
"down": {"uv": [7.5, 9, 8.5, 15], "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 3, 1],
|
||||
"to": [8.5, 5, 7],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"east": {"uv": [9, 11, 15, 13], "texture": "#texture"},
|
||||
"west": {"uv": [1, 11, 7, 13], "texture": "#texture"},
|
||||
"up": {"uv": [7.5, 1, 8.5, 7], "texture": "#texture"},
|
||||
"down": {"uv": [7.5, 9, 8.5, 15], "texture": "#texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user