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 final ItemStack fuel;
|
||||||
private int fuelPower;
|
private int fuelPower;
|
||||||
private boolean cancelled;
|
private boolean cancelled;
|
||||||
private boolean consuming;
|
private boolean consuming = true;
|
||||||
|
|
||||||
public BrewingStandFuelEvent(Block brewingStand, ItemStack fuel, int fuelPower) {
|
public BrewingStandFuelEvent(Block brewingStand, ItemStack fuel, int fuelPower) {
|
||||||
super(brewingStand);
|
super(brewingStand);
|
||||||
|
|||||||
Reference in New Issue
Block a user