forked from your-land-mirror/canned_food
remove not_in_creative_inventory group
This commit is contained in:
parent
4ea28aded1
commit
cad9667ed0
2
init.lua
2
init.lua
@ -388,7 +388,7 @@ for product, def in pairs(canned_food_definitions) do
|
|||||||
vessel = 1,
|
vessel = 1,
|
||||||
dig_immediate = 3,
|
dig_immediate = 3,
|
||||||
attached_node = 1,
|
attached_node = 1,
|
||||||
not_in_creative_inventory = 1 },
|
},
|
||||||
-- the reward for putting the food in a cellar is even greater
|
-- the reward for putting the food in a cellar is even greater
|
||||||
-- than for merely canning it.
|
-- than for merely canning it.
|
||||||
on_use = minetest.item_eat(
|
on_use = minetest.item_eat(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user