Revert lighting changes and add a 1.14 adapter

Dieser Commit ist enthalten in:
Matthew Miller 2019-04-25 23:15:09 +10:00
Ursprung f70557e3da
Commit c325b789b2
7 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -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);
} }