From 1484b25875824de3e84fd1ab2266403c85da1eca Mon Sep 17 00:00:00 2001 From: Vos Date: Thu, 20 Nov 2025 21:44:09 -0600 Subject: [PATCH] C_Lemon is an ITEM not A BLOCK --- .../acesbs/{block => item}/custom/CombustibleLemon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/main/java/com/acethewildfire/acesbs/{block => item}/custom/CombustibleLemon.java (96%) diff --git a/src/main/java/com/acethewildfire/acesbs/block/custom/CombustibleLemon.java b/src/main/java/com/acethewildfire/acesbs/item/custom/CombustibleLemon.java similarity index 96% rename from src/main/java/com/acethewildfire/acesbs/block/custom/CombustibleLemon.java rename to src/main/java/com/acethewildfire/acesbs/item/custom/CombustibleLemon.java index 6cbdfe6..9b0ca41 100644 --- a/src/main/java/com/acethewildfire/acesbs/block/custom/CombustibleLemon.java +++ b/src/main/java/com/acethewildfire/acesbs/item/custom/CombustibleLemon.java @@ -1,4 +1,4 @@ -package com.acethewildfire.acesbs.block.custom; +package com.acethewildfire.acesbs.item.custom; import com.acethewildfire.acesbs.entity.custom.CombustibleLemonEntity; import net.minecraft.entity.player.PlayerEntity;