feat: 添加矿车方块(广州地铁样式)
This commit is contained in:
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"credit": "Created by Frost-ZX using Blockbench.",
|
||||
"textures": {
|
||||
"particle": "#main"
|
||||
},
|
||||
"ambientocclusion": false,
|
||||
"elements": [
|
||||
{
|
||||
"name": "Side_N",
|
||||
"from": [0.5, 0, -6],
|
||||
"to": [15.5, 16, -2],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": {"uv": [0.75, 3, 3.75, 6], "texture": "#main"},
|
||||
"south": {"uv": [5.75, 2.75, 8.75, 4.75], "texture": "#main"},
|
||||
"up": {"uv": [5.75, 0, 10.25, 0.75], "texture": "#main"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Side_S",
|
||||
"from": [0.5, 0, 18],
|
||||
"to": [15.5, 16, 22],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": {"uv": [5.75, 2.75, 8.75, 4.75], "texture": "#main"},
|
||||
"south": {"uv": [0.75, 9, 3.75, 12], "texture": "#main"},
|
||||
"up": {"uv": [5.75, 0, 10.25, 0.75], "texture": "#main"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Side_W",
|
||||
"from": [-3.5, 0, -6],
|
||||
"to": [0.5, 16, 22],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": {"uv": [3.75, 3, 4.5, 6], "texture": "#main"},
|
||||
"east": {"uv": [5.75, 0.75, 9.25, 4.5], "rotation": 90, "texture": "#main"},
|
||||
"south": {"uv": [0, 9, 0.75, 12], "texture": "#main"},
|
||||
"west": {"uv": [0, 0, 5, 3], "texture": "#main"},
|
||||
"up": {"uv": [5, 0, 5.75, 5.25], "texture": "#main"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Side_E",
|
||||
"from": [15.5, 0, -6],
|
||||
"to": [19.5, 16, 22],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3, 0.75, 6], "texture": "#main"},
|
||||
"east": {"uv": [0, 6, 5, 9], "texture": "#main"},
|
||||
"south": {"uv": [3.75, 9, 4.5, 12], "texture": "#main"},
|
||||
"west": {"uv": [5.75, 0.75, 9.25, 4.5], "rotation": 90, "texture": "#main"},
|
||||
"up": {"uv": [5, 0, 5.75, 5.25], "texture": "#main"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Bottom",
|
||||
"from": [0.5, 2.5, -2],
|
||||
"to": [15.5, 4.5, 18],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": {"uv": [5.75, 0.75, 8.75, 1.25], "rotation": 180, "texture": "#main"},
|
||||
"east": {"uv": [5.75, 0.75, 6.25, 4.5], "rotation": 90, "texture": "#main"},
|
||||
"south": {"uv": [5.75, 0.75, 8.75, 1.25], "texture": "#main"},
|
||||
"west": {"uv": [5.75, 0.75, 6.25, 4.5], "rotation": 90, "texture": "#main"},
|
||||
"up": {"uv": [5.75, 0.75, 8.75, 4.5], "texture": "#main"},
|
||||
"down": {"uv": [5.75, 0.75, 8.75, 4.5], "texture": "#main"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [90, 90, 0],
|
||||
"translation": [0, 0, -1.5],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [90, 90, 0],
|
||||
"translation": [0, 0, -1.5],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, 16, 0],
|
||||
"translation": [5, 1, -4],
|
||||
"scale": [0.2, 0.2, 0.2]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, 16, 0],
|
||||
"translation": [5, 1, -4],
|
||||
"scale": [0.2, 0.2, 0.2]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 5, 0]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [20, 40, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 90, 0],
|
||||
"translation": [0, 10, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 90, 0],
|
||||
"translation": [0, 0, -9],
|
||||
"scale": [0.8, 0.8, 0.8]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user