Skip to content

Commit

Permalink
fix(config): 🧩Disable EnderIO recipeButtonInMachineGuis
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Apr 14, 2024
1 parent d71d88b commit 58c9e35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/enderio/enderio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ items {
# Should making Infinity Powder be allowed in all dimensions? If not, it'll only work in the worlds configured in enableInDimensions. (synced from server) [default: false]
B:enableInAllDimensions=true

# In which dimensions (numeric IDs) should Infinity Powder making be allowed? This is ignored if enableInAllDimensions is enabled. (synced from server) [range: -2147483648 ~ 2147483647, default: [I@2a6cd368]
# In which dimensions (numeric IDs) should Infinity Powder making be allowed? This is ignored if enableInAllDimensions is enabled. (synced from server) [range: -2147483648 ~ 2147483647, default: [I@c6f8181]
I:enableInDimensions <
0
>
Expand Down Expand Up @@ -1127,8 +1127,8 @@ personal {
# Should the annoying recipe button be disabled if JEI is installed? (no effect is recipeButtonReplaceWithJei is set) [default: false]
B:recipeButtonDisableWithJei=true

# Should the JEI recipe button in the machine GUIs use the vanilla icon? [default: false]
B:recipeButtonInMachineGuis=true
# Should the JEI recipe button in the machine GUIs use the vanilla icon? [default: true]
B:recipeButtonInMachineGuis=false

# Should the annoying recipe button be replaced with a JEI recipe button if JEI is installed? [default: true]
B:recipeButtonReplaceWithJei=false
Expand Down

0 comments on commit 58c9e35

Please sign in to comment.