[Fix] onBreak for Elytra was not initialized with default behaviour
This commit is contained in:
parent
e31226ae49
commit
97dc53e4d9
1 changed files with 2 additions and 1 deletions
|
@ -14,5 +14,6 @@ public class BCLElytraUtils {
|
|||
}
|
||||
|
||||
public static SlotProvider slotProvider = null;
|
||||
public static BiConsumer<LivingEntity, ItemStack> onBreak = null;
|
||||
public static BiConsumer<LivingEntity, ItemStack> onBreak =
|
||||
(entity, chestStack) -> entity.broadcastBreakEvent(EquipmentSlot.CHEST);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue