We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1502e4 commit 1623436Copy full SHA for 1623436
1 file changed
src/main/java/com/glodblock/github/extendedae/common/inventory/VoidCellInventory.java
@@ -229,6 +229,7 @@ public void fillOutput() {
229
if (output != null && amt > 0) {
230
var cur = this.getCellItems().getLong(output);
231
this.getCellItems().put(output, cur + amt);
232
+ this.voidEnergy -= amt * this.voidMode.getPower();
233
}
234
235
0 commit comments