From b33381b1c2ff04b6dce5fc2bd73c1f2ab0ca4079 Mon Sep 17 00:00:00 2001 From: kilbith Date: Wed, 11 Feb 2015 08:30:11 +0100 Subject: [PATCH] Spawning mushrooms out of invo --- mushroom/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mushroom/init.lua b/mushroom/init.lua index 1486b6b..71e3ecb 100644 --- a/mushroom/init.lua +++ b/mushroom/init.lua @@ -83,7 +83,7 @@ minetest.register_node("mushroom:brown_natural",{ tiles = {"mushroom_brown_3d.png"}, sunlight_propagates = true, inventory_image = "mushroom_brown_inv.png", - groups = {oddly_breakable_by_hand=3}, + groups = {oddly_breakable_by_hand=3, not_in_creative_inventory=1}, paramtype = "light", walkable = false, selection_box = { @@ -100,7 +100,7 @@ minetest.register_node("mushroom:red_natural",{ tiles = {"mushroom_red_3d.png"}, sunlight_propagates = true, inventory_image = "mushroom_red_inv.png", - groups = {oddly_breakable_by_hand=3}, + groups = {oddly_breakable_by_hand=3, not_in_creative_inventory=1}, paramtype = "light", walkable = false, selection_box = {