mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 09:17:36 +01:00
SPIGOT-2962: BrewingStandFuelEvent should consume by default
By: md_5 <git@md-5.net>
This commit is contained in:
parent
8d53d7c5a6
commit
1cdc27f140
@ -16,7 +16,7 @@ public class BrewingStandFuelEvent extends BlockEvent implements Cancellable {
|
||||
private final ItemStack fuel;
|
||||
private int fuelPower;
|
||||
private boolean cancelled;
|
||||
private boolean consuming;
|
||||
private boolean consuming = true;
|
||||
|
||||
public BrewingStandFuelEvent(Block brewingStand, ItemStack fuel, int fuelPower) {
|
||||
super(brewingStand);
|
||||
|
Loading…
Reference in New Issue
Block a user