Fix ME Level Emitter buttons config and ME IO Port not respecting its redstone mode (#345)

This commit is contained in:
Stone
2023-12-27 22:53:46 -05:00
committed by GitHub
parent 82751e761e
commit 7747899e90
3 changed files with 26 additions and 6 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ public final class AEConfig extends Configuration implements IConfigurableObject
this.craftByStacks[btnNum] = Math.abs(cmb.getInt(this.craftByStacks[btnNum]));
this.priorityByStacks[btnNum] = Math.abs(pmb.getInt(this.priorityByStacks[btnNum]));
this.levelByStacks[btnNum] = Math.abs(pmb.getInt(this.levelByStacks[btnNum]));
this.levelByStacks[btnNum] = Math.abs(lmb.getInt(this.levelByStacks[btnNum]));
cmb.setComment("Controls buttons on Crafting Screen : Capped at " + buttonCap);
pmb.setComment("Controls buttons on Priority Screen : Capped at " + buttonCap);