forked from VoxeLibre/VoxeLibre
lower hardness of warped wart block and shroomlight block to match nether wart block
This commit is contained in:
parent
6f22d7daa4
commit
fb8060c366
|
@ -317,7 +317,7 @@ minetest.register_node("mcl_crimson:warped_wart_block", {
|
|||
dug={name="default_dirt_footstep", gain=1.5},
|
||||
}
|
||||
),
|
||||
_mcl_hardness = 2,
|
||||
_mcl_hardness = 1,
|
||||
})
|
||||
|
||||
minetest.register_node("mcl_crimson:shroomlight", {
|
||||
|
@ -331,7 +331,7 @@ minetest.register_node("mcl_crimson:shroomlight", {
|
|||
dug={name="default_dirt_footstep", gain=1.5},
|
||||
}
|
||||
),
|
||||
_mcl_hardness = 2,
|
||||
_mcl_hardness = 1,
|
||||
})
|
||||
|
||||
minetest.register_node("mcl_crimson:warped_hyphae", {
|
||||
|
|
Loading…
Reference in New Issue