mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Implemented sky light generation-time population and updating, obsolete and close #160
This commit is contained in:
@ -27,4 +27,8 @@ abstract class Transparent extends Block{
|
||||
public function isTransparent(){
|
||||
return true;
|
||||
}
|
||||
|
||||
public function getLightFilter() : int{
|
||||
return 0;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user