mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 16:56:31 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue