Delete kubejs/assets/create/models/block/blaze_burner/block_with_blaze.json
Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
56702012fd
commit
b745920cbf
1 changed files with 0 additions and 85 deletions
|
|
@ -1,85 +0,0 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "block/coal_block",
|
||||
"all": "block/coal_block",
|
||||
"bottom": "block/coal_block",
|
||||
"top": "block/coal_block",
|
||||
"side": "block/coal_block"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
],
|
||||
"to": [
|
||||
15,
|
||||
15,
|
||||
15
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"uv": [
|
||||
1,
|
||||
1,
|
||||
15,
|
||||
15
|
||||
],
|
||||
"texture": "#bottom",
|
||||
"cullface": "down"
|
||||
},
|
||||
"up": {
|
||||
"uv": [
|
||||
1,
|
||||
1,
|
||||
15,
|
||||
15
|
||||
],
|
||||
"texture": "#top"
|
||||
},
|
||||
"north": {
|
||||
"uv": [
|
||||
1,
|
||||
1,
|
||||
15,
|
||||
15
|
||||
],
|
||||
"texture": "#side",
|
||||
"cullface": "north"
|
||||
},
|
||||
"south": {
|
||||
"uv": [
|
||||
1,
|
||||
1,
|
||||
15,
|
||||
15
|
||||
],
|
||||
"texture": "#side",
|
||||
"cullface": "south"
|
||||
},
|
||||
"west": {
|
||||
"uv": [
|
||||
1,
|
||||
1,
|
||||
15,
|
||||
15
|
||||
],
|
||||
"texture": "#side",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [
|
||||
1,
|
||||
1,
|
||||
15,
|
||||
15
|
||||
],
|
||||
"texture": "#side",
|
||||
"cullface": "east"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue