mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2024-11-19 22:03:43 +01:00
Improve settings descriptions
This commit is contained in:
parent
43c9b50800
commit
380b77d0fb
@ -1,23 +1,29 @@
|
||||
#Enabling lite mode enables a smaller and simpler version of the Unified
|
||||
#Inventory, optimized for small displays.
|
||||
# Reduced formspec layout, optimized for smaller displays.
|
||||
# Note: This may also disable some features to free up visual space.
|
||||
unified_inventory_lite (Lite mode) bool false
|
||||
|
||||
#If enabled, bags will be made available which can be used to extend
|
||||
#inventory storage size.
|
||||
# Provides craftable bag items to extend the inventory space.
|
||||
unified_inventory_bags (Enable bags) bool true
|
||||
|
||||
#If enabled, the trash slot can be used by those without both creative
|
||||
#and the give privilege.
|
||||
# Shows the trash slot to everyone.
|
||||
# When disabled, only players with the privilege "creative" or "give" will
|
||||
# have this slot shown in their inventory.
|
||||
unified_inventory_trash (Enable trash) bool true
|
||||
|
||||
#If enabled, disabled buttons will be hidden instead of grayed out.
|
||||
# If enabled, disabled buttons will be hidden instead of grayed out.
|
||||
unified_inventory_hide_disabled_buttons (Hide disabled buttons) bool false
|
||||
|
||||
# Automatically categorizes registered items based on their
|
||||
# groups. This is based on a fuzzy match, thus is not 100% accurate.
|
||||
unified_inventory_automatic_categorization (Categories: add items automatically) bool true
|
||||
|
||||
unified_inventory_automatic_categorization (Items automatically added to categories) bool true
|
||||
# Shows the selected wielded item description in the HUD for a few seconds.
|
||||
unified_inventory_item_names (Enable HUD item names) bool true
|
||||
|
||||
unified_inventory_item_names (Item names are shown above hotbar) bool true
|
||||
# Trims the shown wielded item description to the first line.
|
||||
unified_inventory_only_names (HUD item name: first line only) bool true
|
||||
|
||||
unified_inventory_only_names (Show only item name) bool true
|
||||
|
||||
unified_inventory_max_item_name_length (Maximum length of an item name before it's truncated, 0 disables option) int 80
|
||||
# Hard character limit of the wielded item description.
|
||||
# Crops the shown description to the specified length.
|
||||
# 0 disables this functionality.
|
||||
unified_inventory_max_item_name_length (HUD item names: character limit) int 80
|
||||
|
Loading…
Reference in New Issue
Block a user