diff options
| -rw-r--r-- | trafficlight/old2new.lua | 3 | 
1 files changed, 2 insertions, 1 deletions
| 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"}, | 
