From ac479f81aa9440c9240e16501e5bfcb74a4ee271 Mon Sep 17 00:00:00 2001 From: DonBatman Date: Thu, 12 Nov 2015 16:59:36 -0800 Subject: removed items from creative inventory --- mario/pipes.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mario/pipes.lua') diff --git a/mario/pipes.lua b/mario/pipes.lua index 3cfb04f..ab42d28 100644 --- a/mario/pipes.lua +++ b/mario/pipes.lua @@ -23,7 +23,7 @@ minetest.register_node("mario:pipe",{ drawtype = "nodebox", paramtype = "light", paramtype2 = "facedir", - groups = {cracky = 3}, + groups = {cracky = 1,not_in_creative_inventory=1}, node_box = pipe_box, on_place = minetest.rotate_node, @@ -42,7 +42,7 @@ minetest.register_node("mario:pipe_elbow",{ drawtype = "nodebox", paramtype = "light", paramtype2 = "facedir", - groups = {cracky = 3}, + groups = {cracky = 1,not_in_creative_inventory=1}, node_box = pipe_elbow_box, on_place = minetest.rotate_node, }) @@ -60,7 +60,7 @@ minetest.register_node("mario:pipe_end",{ drawtype = "nodebox", paramtype = "light", paramtype2 = "facedir", - groups = {cracky = 3}, + groups = {cracky = 1,not_in_creative_inventory=1}, node_box = pipe_end_box, on_place = minetest.rotate_node, }) -- cgit v1.2.3