Skip to content

Commit 1623436

Browse files
committed
fix void cell
1 parent a1502e4 commit 1623436

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/glodblock/github/extendedae/common/inventory/VoidCellInventory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ public void fillOutput() {
229229
if (output != null && amt > 0) {
230230
var cur = this.getCellItems().getLong(output);
231231
this.getCellItems().put(output, cur + amt);
232+
this.voidEnergy -= amt * this.voidMode.getPower();
232233
}
233234
}
234235

0 commit comments

Comments
 (0)