Fix for Solar panels overfill (#2339)/ Thanks to m44ster
This commit is contained in:
parent
cf91ae20e7
commit
48d595037b
1 changed files with 2 additions and 1 deletions
|
@ -166,6 +166,7 @@ public class SolarPanelBlockEntity extends PowerAcceptorBlockEntity implements I
|
||||||
|
|
||||||
// State checking and updating
|
// State checking and updating
|
||||||
if (world.getTime() % 20 == 0) {
|
if (world.getTime() % 20 == 0) {
|
||||||
|
checkOverfill = true;
|
||||||
updateState();
|
updateState();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue