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
This commit is contained in:
CrossTech 2022-09-29 17:12:37 +08:00 committed by GitHub
parent 63475c4d22
commit b9cd9c98a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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