Files
Epoch-Runner-Server/overrides/local/client/ftblib.cfg
Jacob Vinding 44b79588a3 Initial
2025-12-26 23:36:50 +01:00

29 lines
788 B
INI

# Configuration file
general {
# DISABLED: Buttons are hidden;
# TOP_LEFT: Buttons are placed on top-left corner, where NEI has it's buttons;
# INVENTORY_SIDE: Buttons are placed on the side or top of your inventory, depending on potion effects and crafting book;
# AUTO: When NEI is installed, INVENTORY_SIDE, else TOP_LEFT.
# Valid values:
# DISABLED
# TOP_LEFT
# INVENTORY_SIDE
# AUTO
S:action_buttons=AUTO
# Show help text while holding F3.
B:debug_helper=true
# Show item NBT in inventory.
B:item_nbt=false
# Show item Ore Dictionary names in inventory.
B:item_ore_names=false
# Replace vanilla status message with Notifications, which support colors and timers.
B:replace_vanilla_status_messages=true
}