remove old bottom node from creative inv
This commit is contained in:
parent
325738a3b4
commit
c00a30fc91
@ -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"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user