Make trash configurable but preserve default functionality

This commit is contained in:
ForbiddenJ
2017-03-01 16:28:40 -06:00
parent e8529e7742
commit 7ab8825460
5 changed files with 17 additions and 4 deletions

View File

@ -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,