remove colored fence from creative inv

This commit is contained in:
Vanessa Dannenberg 2019-05-14 12:42:53 -04:00
parent a9ea79a85c
commit ab77976512
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ default.register_fence("coloredwood:fence", {
texture = "coloredwood_fence_base.png",
paramtype2 = "color",
palette = "unifieddyes_palette_extended.png",
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2, ud_param2_colorable = 1},
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2, ud_param2_colorable = 1, not_in_creative_inventory=1},
sounds = default.node_sound_wood_defaults(),
material = "coloredwood:wood_block"
})