@@ -52,7 +52,7 @@
|
||||
@@ -119,11 +154,29 @@
|
||||
}
|
||||
|
||||
public void F_() {
|
||||
public void e() {
|
||||
- boolean flag = this.isBurning();
|
||||
+ boolean flag = (this.getBlock() == Blocks.LIT_FURNACE); // CraftBukkit - SPIGOT-844 - Check if furnace block is lit using the block instead of burn time
|
||||
boolean flag1 = false;
|
||||
|
||||
Reference in New Issue
Block a user