forked from minetest-mods/i3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettingtypes.txt
20 lines (14 loc) · 883 Bytes
/
settingtypes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# The progressive mode shows recipes you can craft from items you ever had in your inventory.
i3_progressive_mode (Learn crafting recipes progressively) bool true
# Regroup the items of the same type in the item list.
i3_item_compression (Regroup items of the same type) bool true
# ------------ NEW SETTINGS ------------
# not in original i3 available
# Show trash only in creative mode, or with creative privileges
i3_no_trash_in_survival (Trash is available only in creative) bool true
# For skin choice use tab instead of inventory drop-down list only
i3_skinsdb_tab (Use tab for skins) bool true
# If the filter has to be focused on inventory open
# = false - You can close inventory with inventory key (default i) again
# = true - After typing you star the search, even with inventory key
i3_filter_focus (Focus on filter in inventory) bool false