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:
@ -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()"
|
||||
|
||||
-- ------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user