don't put moreblocks stairs stuff in creative inv

This commit is contained in:
Vanessa Ezekowitz 2017-02-06 06:50:20 -05:00
parent bc4d6e163c
commit 2e743c206b
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ end
minetest.override_item(i.name, {
ud_replacement_node = "coloredwood:"..s1.."_wood_grey",
paramtype2 = "colorfacedir",
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2, wood = 1, ud_param2_colorable = 1},
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2, wood = 1, not_in_creative_inventory=1, ud_param2_colorable = 1},
})
end
end