added to black list

This commit is contained in:
Ryan 2014-05-01 02:25:23 +01:00
parent 12a53cdf9d
commit b5d3d8b948
1 changed files with 15 additions and 1 deletions

View File

@ -29,7 +29,21 @@ unified_inventory.home_filename =
unified_inventory.default = "craft"
-- Items to hide from the craftguide; eg: {"technic:concrete", "wool:yellow"}
unified_inventory.item_hide_list = {}
unified_inventory.item_hide_list = {"bushes:blackberry_bush",
"bushes:blackberry",
"bushes:blueberry_bush",
"bushes:blueberry",
"bushes:fruitless_bush",
"bushes:gooseberry_bush",
"bushes:gooseberry",
"bushes:raspberry_bush",
"bushes:raspberry",
"bushes:strawberry_bush",
"bushes:strawberry",
"cooked_rat",
"rat",
"default:apple"
}
-- Disable default creative inventory
if creative_inventory then