From 13325275a5e7340074743460301ede6afc7b01fd Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 20 Jan 2024 02:29:36 +0200 Subject: Fix pumpkins & melons --- assets/minecraft/models/block/pumpkin.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/assets/minecraft/models/block/pumpkin.json b/assets/minecraft/models/block/pumpkin.json index 3ac3e7d0..06a6c877 100755 --- a/assets/minecraft/models/block/pumpkin.json +++ b/assets/minecraft/models/block/pumpkin.json @@ -19,18 +19,6 @@ "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}, "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} } - }, - { - "from": [-0.1, -0.1, -0.1], - "to": [16.1, 16.1, 16.1], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#break", "cullface": "north"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#break", "cullface": "east"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#break", "cullface": "south"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#break", "cullface": "west"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#break", "cullface": "up"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#break", "cullface": "down"} - } } ] } \ No newline at end of file -- cgit v1.2.3