1
0
mirror of https://github.com/mt-mods/coloredwood.git synced 2024-11-13 06:00:22 +01:00

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

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