remove jack o lantern (ON) from creative

This commit is contained in:
TenPlus1 2016-11-17 18:21:00 +00:00
parent faab371aa5
commit 0fde7ac7f0
1 changed files with 4 additions and 1 deletions

View File

@ -82,7 +82,10 @@ minetest.register_node("farming:jackolantern_on", {
},
light_source = default.LIGHT_MAX - 1,
paramtype2 = "facedir",
groups = {choppy = 1, oddly_breakable_by_hand = 1, flammable = 2},
groups = {
choppy = 1, oddly_breakable_by_hand = 1, flammable = 2,
not_in_creative_inventory = 1
},
sounds = default.node_sound_wood_defaults(),
drop = "farming:jackolantern",
on_punch = function(pos, node, puncher)