Set is_ground_content=false for some nodes

This commit is contained in:
Wuzzy 2018-01-31 19:36:27 +01:00
parent a84a0a0db6
commit 3e7ad08db0
4 changed files with 9 additions and 7 deletions

View file

@ -25,6 +25,7 @@ local register_tree_trunk = function(subname, description_trunk, description_bar
stack_max = 64,
groups = {handy=1,axey=1, bark=1, flammable=2, building_block=1, material_wood=1},
sounds = mcl_sounds.node_sound_wood_defaults(),
is_ground_content = false,
_mcl_blast_resistance = 10,
_mcl_hardness = 2,
})