Skip to content

Commit 7ad9089

Browse files
author
Circulate233
committed
我完全不知道为什么没人给我发issue
还是所有人都觉得AE电一直满的很正常
1 parent 4fe8fa8 commit 7ad9089

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/com/circulation/random_complement/mixin/ae2

src/main/java/com/circulation/random_complement/mixin/ae2/MixinGrid.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ public void remove(GridNode gridNode, CallbackInfo ci) {
3434

3535
@Override
3636
public boolean r$hasCreativeEnergyCell() {
37-
return rc$ce.isEmpty();
37+
return !rc$ce.isEmpty();
3838
}
3939
}

0 commit comments

Comments
 (0)