From c00a30fc91072cd92292f97569c0652fbe0eaefb Mon Sep 17 00:00:00 2001 From: webdesigner97 Date: Sat, 31 May 2014 08:42:16 +0200 Subject: remove old bottom node from creative inv --- trafficlight/old2new.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'trafficlight') diff --git a/trafficlight/old2new.lua b/trafficlight/old2new.lua index 04e111f..51ba9f3 100644 --- a/trafficlight/old2new.lua +++ b/trafficlight/old2new.lua @@ -5,7 +5,8 @@ minetest.register_node(":streets:trafficlight_bottom", { diggable = false, pointable = false, drawtype = "airlike", - description = "I'm an old node, please drop me" + description = "I'm an old node, please drop me", + groups = {not_in_creative_inventory = 1} }) minetest.register_abm({ nodenames = {"streets:trafficlight_bottom"}, -- cgit v1.2.3