1
0
mirror of https://github.com/mt-mods/coloredwood.git synced 2025-07-01 07:30:35 +02:00

removed all items from the creative inventory

there's just too damn many.  Craft them as described on the forum thread for
this mod, as usual.
This commit is contained in:
Vanessa Ezekowitz
2013-03-20 00:24:27 -04:00
parent 7c302d0874
commit 98840c48a1
4 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ colored_block_description = "Wooden Fence"
neutral_block = "default:fence_wood"
colored_block_sunlight = "false"
colored_block_walkable = "true"
colored_block_groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=2}
colored_block_groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=2, not_in_creative_inventory=1}
colored_block_sound = "default.node_sound_wood_defaults()"
-- ------------------------------------------------------------------