forked from VoxeLibre/VoxeLibre
Hide huge mushrooms from craftguide … for now
This commit is contained in:
parent
4b4403b39c
commit
20551213ef
|
@ -1,5 +1,5 @@
|
||||||
local template = {
|
local template = {
|
||||||
groups = {handy=1,axey=1, huge_mushroom = 1, building_block = 1, not_in_creative_inventory = 1, material_wood=1 },
|
groups = {handy=1,axey=1, huge_mushroom = 1, building_block = 1, not_in_creative_inventory = 1, not_in_craft_guide=1, material_wood = 1 },
|
||||||
sounds = mcl_sounds.node_sound_wood_defaults(),
|
sounds = mcl_sounds.node_sound_wood_defaults(),
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
_mcl_blast_resistance = 1,
|
_mcl_blast_resistance = 1,
|
||||||
|
|
Loading…
Reference in New Issue