Skip to content

Commit

Permalink
Deprecate constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Intybyte committed Oct 26, 2024
1 parent 83015a3 commit 705551d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public class ExpCollector extends SlimefunItem implements InventoryBlock, Energy
private int energyConsumedPerTick = -1;
private int energyCapacity = -1;

@Deprecated
@ParametersAreNonnullByDefault
public ExpCollector(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) {
this(itemGroup, item, recipeType, recipe, 4.0);
Expand Down

0 comments on commit 705551d

Please sign in to comment.