zrcadlo
https://github.com/minetest-mods/unified_inventory.git
synchronizováno 2025-09-18 13:50:35 +02:00
Make trash configurable but preserve default functionality
Tento commit je obsažen v:
3
init.lua
3
init.lua
@@ -45,6 +45,9 @@ unified_inventory = {
|
||||
|
||||
-- "Lite" mode
|
||||
lite_mode = minetest.setting_getbool("unified_inventory_lite"),
|
||||
|
||||
-- Trash enabled
|
||||
trash_enabled = (minetest.setting_getbool("unified_inventory_trash") ~= false),
|
||||
|
||||
pagecols = 8,
|
||||
pagerows = 10,
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele