mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Block: added flame encouragement and flammability properties
This commit is contained in:
@ -54,4 +54,12 @@ class Wool extends Solid{
|
||||
|
||||
return $time;
|
||||
}
|
||||
|
||||
public function getFlameEncouragement() : int{
|
||||
return 30;
|
||||
}
|
||||
|
||||
public function getFlammability() : int{
|
||||
return 60;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user