Implemented sky light generation-time population and updating, obsolete and close #160

This commit is contained in:
Dylan K. Taylor
2017-04-18 13:05:01 +01:00
parent 5e6a0e7ba0
commit dab73d8950
13 changed files with 417 additions and 154 deletions

View File

@ -27,4 +27,8 @@ abstract class Transparent extends Block{
public function isTransparent(){
return true;
}
public function getLightFilter() : int{
return 0;
}
}