mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-24 13:35:13 +00:00
Remove huge muchroom blocks from creative inv
This commit is contained in:
parent
a8a8b02a82
commit
9595377011
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
local template = {
|
local template = {
|
||||||
groups = {handy=1,axey=1, huge_mushroom = 1, building_block = 1 },
|
groups = {handy=1,axey=1, huge_mushroom = 1, building_block = 1, not_in_creative_inventory = 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 a new issue