don't put "off" lava lamps in creative inv

This commit is contained in:
Vanessa Ezekowitz 2015-04-15 03:27:11 -04:00
parent 905366ed38
commit 3dd6fbb3d4
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ for i in ipairs(lavalamps_list) do
type = "fixed",
fixed = { -0.25, -0.5, -0.25, 0.25,0.5, 0.25 },
},
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3, not_in_creative_inventory=1},
drop = "lavalamp:"..colour,
on_rightclick = function(pos, node, clicker)
node.name = "lavalamp:"..colour