mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
parent
b0b5cc1265
commit
b79a19f4d6
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue