Skip to content

Commit

Permalink
TreeGrowthAccelerator fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Intybyte committed Nov 9, 2024
1 parent 8969397 commit 3497af0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class TreeGrowthAccelerator extends AbstractGrowthAccelerator {
private static final int RADIUS = 9;

// We wanna strip the Slimefun Item id here
private static final ItemStack organicFertilizer = ItemStackWrapper.wrap(SlimefunItems.FERTILIZER);
private static final ItemStack organicFertilizer = ItemStackWrapper.wrap(SlimefunItems.FERTILIZER.item());

@ParametersAreNonnullByDefault
public TreeGrowthAccelerator(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) {
Expand Down

0 comments on commit 3497af0

Please sign in to comment.