mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2026-01-06 15:52:03 +00:00
移除不必要的blockstates.yml
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
minecraft:chorus_plant:
|
||||
down=true,east=true,north=true,south=true,up=true,west=true:
|
||||
model: "minecraft:block/default_chorus_plant"
|
||||
@@ -1,90 +0,0 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "block/chorus_plant",
|
||||
"inside": "block/chorus_plant"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [3, 14, 3],
|
||||
"to": [13, 16, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [3, 1, 13, 3], "texture": "#inside", "cullface": "up"},
|
||||
"east": {"uv": [3, 1, 13, 3], "texture": "#inside", "cullface": "up"},
|
||||
"south": {"uv": [3, 1, 13, 3], "texture": "#inside", "cullface": "up"},
|
||||
"west": {"uv": [3, 1, 13, 3], "texture": "#inside", "cullface": "up"},
|
||||
"up": {"uv": [3, 3, 13, 13], "texture": "#inside", "cullface": "up"},
|
||||
"down": {"uv": [0, 0, 0, 0], "texture": "#inside"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3, 3],
|
||||
"to": [2, 13, 12],
|
||||
"faces": {
|
||||
"north": {"uv": [13, 3, 15, 13], "texture": "#inside", "cullface": "west"},
|
||||
"south": {"uv": [1, 3, 3, 13], "texture": "#inside", "cullface": "west"},
|
||||
"west": {"uv": [3, 3, 13, 13], "texture": "#inside", "cullface": "west"},
|
||||
"up": {"uv": [1, 3, 3, 13], "texture": "#inside", "cullface": "west"},
|
||||
"down": {"uv": [15, 13, 13, 3], "texture": "#inside", "cullface": "west"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3, 0],
|
||||
"to": [13, 13, 2],
|
||||
"faces": {
|
||||
"north": {"uv": [3, 3, 13, 13], "texture": "#inside", "cullface": "north"},
|
||||
"east": {"uv": [13, 3, 15, 13], "texture": "#inside", "cullface": "north"},
|
||||
"south": {"uv": [0, 0, 0, 0], "texture": "#inside"},
|
||||
"west": {"uv": [1, 3, 3, 13], "texture": "#inside", "cullface": "north"},
|
||||
"up": {"uv": [3, 1, 13, 3], "texture": "#inside", "cullface": "north"},
|
||||
"down": {"uv": [13, 3, 3, 1], "texture": "#inside", "cullface": "north"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3, 14],
|
||||
"to": [13, 13, 16],
|
||||
"faces": {
|
||||
"east": {"uv": [1, 3, 3, 13], "texture": "#inside", "cullface": "south"},
|
||||
"south": {"uv": [3, 3, 13, 13], "texture": "#inside", "cullface": "south"},
|
||||
"west": {"uv": [13, 3, 15, 13], "texture": "#inside", "cullface": "south"},
|
||||
"up": {"uv": [3, 13, 13, 15], "texture": "#inside", "cullface": "south"},
|
||||
"down": {"uv": [13, 15, 3, 13], "texture": "#inside", "cullface": "south"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 3, 3],
|
||||
"to": [16, 13, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 3, 3, 13], "texture": "#inside", "cullface": "east"},
|
||||
"east": {"uv": [3, 3, 13, 13], "texture": "#inside", "cullface": "east"},
|
||||
"south": {"uv": [13, 3, 15, 13], "texture": "#inside", "cullface": "east"},
|
||||
"up": {"uv": [13, 3, 15, 13], "texture": "#inside", "cullface": "east"},
|
||||
"down": {"uv": [3, 13, 1, 3], "texture": "#inside", "cullface": "east"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 0, 3],
|
||||
"to": [13, 2, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [3, 13, 13, 15], "texture": "#inside", "cullface": "down"},
|
||||
"east": {"uv": [3, 13, 13, 15], "texture": "#inside", "cullface": "down"},
|
||||
"south": {"uv": [3, 13, 13, 15], "texture": "#inside", "cullface": "down"},
|
||||
"west": {"uv": [3, 13, 13, 15], "texture": "#inside", "cullface": "down"},
|
||||
"down": {"uv": [13, 13, 3, 3], "texture": "#inside", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 2, 2],
|
||||
"to": [14, 14, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [2, 2, 14, 14], "texture": "#inside"},
|
||||
"east": {"uv": [2, 2, 14, 14], "texture": "#inside"},
|
||||
"south": {"uv": [2, 2, 14, 14], "texture": "#inside"},
|
||||
"west": {"uv": [2, 2, 14, 14], "texture": "#inside"},
|
||||
"up": {"uv": [2, 2, 14, 14], "texture": "#inside"},
|
||||
"down": {"uv": [14, 14, 2, 2], "texture": "#inside"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user