diff --git a/game/client/src/main/resources/assets/minecraft/models/block/crops_pumpkin/stage1.json b/game/client/src/main/resources/assets/minecraft/models/block/crops_pumpkin/stage1.json index 28d8b4fa3..ebfbe44c3 100644 --- a/game/client/src/main/resources/assets/minecraft/models/block/crops_pumpkin/stage1.json +++ b/game/client/src/main/resources/assets/minecraft/models/block/crops_pumpkin/stage1.json @@ -22,7 +22,7 @@ "north": {"uv": [4, 8, 12, 16], "texture": "#side"}, "east": {"uv": [4, 8, 12, 16], "texture": "#side"}, "south": {"uv": [4, 8, 12, 16], "texture": "#side"}, - "west": {"uv": [4, 8, 12, 16], "texture": "#top"}, + "west": {"uv": [4, 8, 12, 16], "texture": "#side"}, "up": {"uv": [4, 4, 12, 12], "texture": "#top"}, "down": {"uv": [4, 4, 12, 12], "texture": "#top"} }