Add crimson/warped planks (_hyphae_wood) blast res

Relates to (#4414)
This commit is contained in:
seventeenthShulker 2024-06-09 22:38:20 +01:00
parent 71eba04bfd
commit cc62481002
1 changed files with 2 additions and 0 deletions

View File

@ -463,6 +463,7 @@ minetest.register_node("mcl_crimson:warped_hyphae_wood", {
tiles = {"mcl_crimson_warped_hyphae_wood.png"},
groups = {handy = 5,axey = 1, wood=1,building_block = 1, material_wood = 1},
sounds = mcl_sounds.node_sound_wood_defaults(),
_mcl_blast_resistance = 3,
_mcl_hardness = 2,
})
@ -660,6 +661,7 @@ minetest.register_node("mcl_crimson:crimson_hyphae_wood", {
tiles = {"mcl_crimson_crimson_hyphae_wood.png"},
groups = {handy = 5, axey = 1, wood = 1, building_block = 1, material_wood = 1},
sounds = mcl_sounds.node_sound_wood_defaults(),
_mcl_blast_resistance = 3,
_mcl_hardness = 2,
})