post merge compile fix
This commit is contained in:
parent
bbc4b2b765
commit
17453d7edd
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue