mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-06 15:12:13 -07:00
SPIGOT-2962: BrewingStandFuelEvent should consume by default
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user