Initial commit

This commit is contained in:
2026-08-19 08:38:25 +00:00
parent f62b516d3d
commit 2b5c3cec50
722 changed files with 605332 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Specifies the list of sidebars that should be disabled/enabled when the recipe book button is pressed. Only works when TOGGLE mode is enabled. Supported values: index, craftables, favorites, lookup-history, craft-history, chess. If none of the values are specified, clicking the recipe book button will disable the entire EMI UI. Even though all sidebars are listed here, EMI itself may prevent some its UI elements from being disabled.
toggleableSidebars:
- craftables

6
config/nerb/general.yaml Normal file
View File

@@ -0,0 +1,6 @@
# Recipe Book mode:
# DISABLED: Removes the recipe book button with its default functionality from your inventory.
# ENABLED: Retains the recipe book button in your inventory, but its default functionality remains disabled.
# DISCOVERED: Automatically unlocks all existing recipes in your recipe book. Does not apply any optimizations.
# TOGGLE: Keeps the recipe book button in your inventory, but instead of toggling the recipe book, it toggles the visibility of the JEI/REI/EMI UI. Its default functionality remains disabled. Sometimes can be additionally configured in separate configuration files for compats.
buttonMode: TOGGLE