post merge compile fix

This commit is contained in:
modmuss50 2020-06-01 22:25:51 +01:00
parent bbc4b2b765
commit 17453d7edd

View file

@ -112,7 +112,7 @@ public class SolarPanelBlockEntity extends PowerAcceptorBlockEntity implements I
this.setSunState(ZEROGEN);
}
// Nether and The End
if (!world.dimension.hasSkyLight()) {
if (!world.getDimension().hasSkyLight()) {
this.setSunState(NIGHTGEN);
}