From b9cd9c98a8f57fc79e284489e7f87b97a7328d90 Mon Sep 17 00:00:00 2001 From: CrossTech <31400327+CrossElectronics@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:12:37 +0800 Subject: [PATCH] Change crafting amount to base 8 (#105) According to Discord feedback, many players prefer base 8 settings because most recipes consume or produce at base 2, 4 or 8 instead of 10 --- .../config/AppliedEnergistics2/AppliedEnergistics2.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/overrides/config/AppliedEnergistics2/AppliedEnergistics2.cfg b/overrides/config/AppliedEnergistics2/AppliedEnergistics2.cfg index ef77cc5..a9191fd 100644 --- a/overrides/config/AppliedEnergistics2/AppliedEnergistics2.cfg +++ b/overrides/config/AppliedEnergistics2/AppliedEnergistics2.cfg @@ -108,13 +108,13 @@ client { I:craftAmtButton1=1 # Controls buttons on Crafting Screen : Capped at 99 - I:craftAmtButton2=10 + I:craftAmtButton2=16 # Controls buttons on Crafting Screen : Capped at 999 - I:craftAmtButton3=100 + I:craftAmtButton3=128 # Controls buttons on Crafting Screen : Capped at 9999 - I:craftAmtButton4=1000 + I:craftAmtButton4=1024 B:disableColoredCableRecipesInJEI=true B:enableEffects=true