take "off" ceiling lamp out of creative inv

This commit is contained in:
Vanessa Ezekowitz 2015-04-22 04:37:18 -04:00
parent 12cc9da08c
commit 8597b39122
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ homedecor.register("ceiling_lamp_off", {
"homedecor_table_standing_lamp_lightbulb.png",
"homedecor_generic_brown_plastic.png",
},
groups = {snappy=3},
groups = {snappy=3, not_in_creative_inventory=1},
on_punch = function(pos, node, puncher)
minetest.set_node(pos, {name = "homedecor:ceiling_lamp"})
end,