parent
b0b5cc1265
commit
b79a19f4d6
|
@ -463,6 +463,7 @@ minetest.register_node("mcl_crimson:warped_hyphae_wood", {
|
||||||
tiles = {"mcl_crimson_warped_hyphae_wood.png"},
|
tiles = {"mcl_crimson_warped_hyphae_wood.png"},
|
||||||
groups = {handy = 5,axey = 1, wood=1,building_block = 1, material_wood = 1},
|
groups = {handy = 5,axey = 1, wood=1,building_block = 1, material_wood = 1},
|
||||||
sounds = mcl_sounds.node_sound_wood_defaults(),
|
sounds = mcl_sounds.node_sound_wood_defaults(),
|
||||||
|
_mcl_blast_resistance = 3,
|
||||||
_mcl_hardness = 2,
|
_mcl_hardness = 2,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -660,6 +661,7 @@ minetest.register_node("mcl_crimson:crimson_hyphae_wood", {
|
||||||
tiles = {"mcl_crimson_crimson_hyphae_wood.png"},
|
tiles = {"mcl_crimson_crimson_hyphae_wood.png"},
|
||||||
groups = {handy = 5, axey = 1, wood = 1, building_block = 1, material_wood = 1},
|
groups = {handy = 5, axey = 1, wood = 1, building_block = 1, material_wood = 1},
|
||||||
sounds = mcl_sounds.node_sound_wood_defaults(),
|
sounds = mcl_sounds.node_sound_wood_defaults(),
|
||||||
|
_mcl_blast_resistance = 3,
|
||||||
_mcl_hardness = 2,
|
_mcl_hardness = 2,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue