mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-07 06:06:10 -04:00
Fix not_in_creative_inventory
Update
This commit is contained in:
parent
26866e4c21
commit
da9789e3ce
2 changed files with 29 additions and 9 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue