From a8c6535716624e965fc3f3154648008c9977fcd0 Mon Sep 17 00:00:00 2001 From: Guillaume Mercier Date: Fri, 6 Dec 2024 21:24:46 -0500 Subject: [PATCH] fix snowbell item drop --- .../bartimaeusnek/cropspp/crops/witchery/SnowbellCrop.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/github/bartimaeusnek/cropspp/crops/witchery/SnowbellCrop.java b/src/main/java/com/github/bartimaeusnek/cropspp/crops/witchery/SnowbellCrop.java index 7a025e0..5e0ff7e 100644 --- a/src/main/java/com/github/bartimaeusnek/cropspp/crops/witchery/SnowbellCrop.java +++ b/src/main/java/com/github/bartimaeusnek/cropspp/crops/witchery/SnowbellCrop.java @@ -11,7 +11,7 @@ public class SnowbellCrop extends BasicWitcheryCrop { private static final String seedOreName = "seedSnowbell"; - private static final String cropOreName = "cropSnowbell"; + private static final String cropOreName = "itemSnowbell"; public SnowbellCrop() { super();