forked from VoxeLibre/VoxeLibre
parent
0cbc4a00a6
commit
3aade7bebb
|
@ -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,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue