1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Merge remote-tracking branch 'origin/fix/unbreaking-misbehaviour' into fix/unbreaking-misbehaviour

This commit is contained in:
RobotHanzo 2021-04-03 16:10:35 +08:00
commit 13e17beab4

View File

@ -14,7 +14,8 @@ import javax.annotation.Nullable;
import javax.annotation.ParametersAreNonnullByDefault;
public class DamageableMock extends SlimefunItem implements DamageableItem {
boolean itemDamageable;
private final boolean isDamageable;
@ParametersAreNonnullByDefault
public DamageableMock(Category category, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, boolean damageable) {