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;