Fix not_in_creative_inventory

Update
This commit is contained in:
Rui914 2015-07-17 23:53:56 +09:00 committed by paramat
parent 26866e4c21
commit da9789e3ce
2 changed files with 29 additions and 9 deletions

View file

@ -74,7 +74,7 @@ for _, m in pairs(mushrooms_datas) do
sunlight_propagates = true,
walkable = false,
buildable_to = true,
groups = {snappy=3,flammable=3,attached_node=1,not_in_creative_inventory=1},
groups = {snappy=3,flammable=3,attached_node=1},
sounds = default.node_sound_leaves_defaults(),
on_use = minetest.item_eat(nut),
selection_box = {