mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Fixed crimson/warped planks being usable as furnace fuel
This commit is contained in:
@ -54,7 +54,7 @@ class Wood extends Opaque{
|
||||
}
|
||||
|
||||
public function getFuelTime() : int{
|
||||
return 300;
|
||||
return $this->woodType->isFlammable() ? 300 : 0;
|
||||
}
|
||||
|
||||
public function getFlameEncouragement() : int{
|
||||
|
Reference in New Issue
Block a user