2023-11-20 17:51:34 +01:00
|
|
|
# Reduced formspec layout, optimized for smaller displays.
|
|
|
|
# Note: This may also disable some features to free up visual space.
|
2016-11-28 21:56:23 +01:00
|
|
|
unified_inventory_lite (Lite mode) bool false
|
|
|
|
|
2023-11-20 17:51:34 +01:00
|
|
|
# Provides craftable bag items to extend the inventory space.
|
2016-11-28 21:56:23 +01:00
|
|
|
unified_inventory_bags (Enable bags) bool true
|
2017-03-01 16:28:40 -06:00
|
|
|
|
2023-11-20 17:51:34 +01:00
|
|
|
# Shows the trash slot to everyone.
|
|
|
|
# When disabled, only players with the privilege "creative" or "give" will
|
|
|
|
# have this slot shown in their inventory.
|
2017-03-01 16:28:40 -06:00
|
|
|
unified_inventory_trash (Enable trash) bool true
|
2021-04-05 19:07:14 +01:00
|
|
|
|
2023-11-20 17:54:44 +01:00
|
|
|
# Provides waypoints on a per-player basis to remember positions on the map.
|
|
|
|
unified_inventory_waypoints (Enable waypoints) bool true
|
|
|
|
|
2023-11-20 17:51:34 +01:00
|
|
|
# If enabled, disabled buttons will be hidden instead of grayed out.
|
2022-10-26 01:05:03 -07:00
|
|
|
unified_inventory_hide_disabled_buttons (Hide disabled buttons) bool false
|
2021-04-05 19:07:14 +01:00
|
|
|
|
2024-01-06 12:35:54 +01:00
|
|
|
# Hides items with no known craft recipe from the category "all" (default).
|
|
|
|
# This setting has no effect on players in creative mode.
|
|
|
|
unified_inventory_hide_uncraftable_items (Hide uncraftable items) bool false
|
|
|
|
|
2023-11-20 17:51:34 +01:00
|
|
|
# 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
|
2022-10-26 01:05:03 -07:00
|
|
|
|
2023-11-20 17:51:34 +01:00
|
|
|
# Shows the selected wielded item description in the HUD for a few seconds.
|
|
|
|
unified_inventory_item_names (Enable HUD item names) bool true
|
2023-10-15 22:02:35 +03:00
|
|
|
|
2023-11-20 17:51:34 +01:00
|
|
|
# Trims the shown wielded item description to the first line.
|
|
|
|
unified_inventory_only_names (HUD item name: first line only) bool true
|
2023-10-15 22:02:35 +03:00
|
|
|
|
2023-11-20 17:51:34 +01:00
|
|
|
# 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
|