diff --git a/kubejs/assets/create/models/block/blaze_burner/block_with_blaze.json b/kubejs/assets/create/models/block/blaze_burner/block_with_blaze.json deleted file mode 100644 index 8b9daa724..000000000 --- a/kubejs/assets/create/models/block/blaze_burner/block_with_blaze.json +++ /dev/null @@ -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" - } - } - } - ] -} \ No newline at end of file