update fork #6

Merged
chmodsayshello merged 260 commits from VoxeLibre/VoxeLibre:master into master 2022-05-29 21:37:34 +02:00
1 changed files with 6 additions and 1 deletions
Showing only changes of commit fe164e5f41 - Show all commits

View File

@ -17,7 +17,12 @@ minetest.register_node("mcl_bells:bell", {
4/16, 7/16, 4/16,
},
},
groups = { pickaxey = 1 }
is_ground_content = false,
stack_max = 64,
groups = {pickaxey=2, deco_block=1 },
sounds = mcl_sounds.node_sound_metal_defaults(),
_mcl_blast_resistance = 6,
_mcl_hardness = 5,
})
if has_mcl_wip then