summaryrefslogtreecommitdiff
path: root/trafficlight
diff options
context:
space:
mode:
authorwebdesigner97 <Christian_D_97@gmx.de>2014-05-31 08:42:16 +0200
committerwebdesigner97 <Christian_D_97@gmx.de>2014-05-31 08:42:16 +0200
commitc00a30fc91072cd92292f97569c0652fbe0eaefb (patch)
tree42b69da68a21a34d03e096ae211bbf093d4e0cca /trafficlight
parent325738a3b471eba895b189f398799209c61fed44 (diff)
downloadroads-c00a30fc91072cd92292f97569c0652fbe0eaefb.tar
roads-c00a30fc91072cd92292f97569c0652fbe0eaefb.tar.gz
roads-c00a30fc91072cd92292f97569c0652fbe0eaefb.tar.bz2
roads-c00a30fc91072cd92292f97569c0652fbe0eaefb.tar.xz
roads-c00a30fc91072cd92292f97569c0652fbe0eaefb.zip
remove old bottom node from creative inv
Diffstat (limited to 'trafficlight')
-rw-r--r--trafficlight/old2new.lua3
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"},