mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Implemented sky light generation-time population and updating, obsolete and close #160
This commit is contained in:
@ -57,4 +57,8 @@ class Cobweb extends Flowable{
|
||||
//TODO: correct drops
|
||||
return [];
|
||||
}
|
||||
|
||||
public function diffusesSkyLight() : bool{
|
||||
return true;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user