Skip to content

Commit

Permalink
Forgot annotation here
Browse files Browse the repository at this point in the history
  • Loading branch information
Intybyte committed Oct 26, 2024
1 parent 327a258 commit 83015a3
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;

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

0 comments on commit 83015a3

Please sign in to comment.