Skip to content

Commit 705551d

Browse files
committed
Deprecate constructor
1 parent 83015a3 commit 705551d

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/entities

1 file changed

+1
-0
lines changed

src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/entities/ExpCollector.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public class ExpCollector extends SlimefunItem implements InventoryBlock, Energy
5050
private int energyConsumedPerTick = -1;
5151
private int energyCapacity = -1;
5252

53+
@Deprecated
5354
@ParametersAreNonnullByDefault
5455
public ExpCollector(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) {
5556
this(itemGroup, item, recipeType, recipe, 4.0);

0 commit comments

Comments
 (0)