Delete kubejs/assets/create/models/block/blaze_burner/block_with_blaze.json

Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Pyritie 2025-01-12 10:56:12 +00:00 committed by GitHub
parent 56702012fd
commit b745920cbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
}
}
]
}