Revert lighting changes and add a 1.14 adapter

This commit is contained in:
Matthew Miller 2019-04-25 23:15:09 +10:00
parent f70557e3da
commit c325b789b2
7 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ public class ForgeWorld extends AbstractWorld {
} }
if (successful && notifyAndLight) { if (successful && notifyAndLight) {
//world.checkLight(pos); world.checkLight(pos);
world.markAndNotifyBlock(pos, chunk, old, newState, UPDATE | NOTIFY); world.markAndNotifyBlock(pos, chunk, old, newState, UPDATE | NOTIFY);
} }