Update init.lua

Added a simple way to hide specific items from the inventry/craftguide - config option in here line 32
This commit is contained in:
Ryan 2014-04-29 10:03:48 +01:00
parent 5e52f3c49c
commit b789f12a9d
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ unified_inventory.home_filename =
-- Default inventory page
unified_inventory.default = "craft"
-- Items to hide from the craftguide; eg: {"technic:concrete", "wool:yellow"}
unified_inventory.item_hide_list = {}
-- Disable default creative inventory
if creative_inventory then
function creative_inventory.set_creative_formspec(player, start_i, pagenum)