mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
lower hardness of warped wart block and shroomlight block to match nether wart block
This commit is contained in:
parent
6f22d7daa4
commit
fb8060c366
1 changed files with 2 additions and 2 deletions
|
@ -317,7 +317,7 @@ minetest.register_node("mcl_crimson:warped_wart_block", {
|
||||||
dug={name="default_dirt_footstep", gain=1.5},
|
dug={name="default_dirt_footstep", gain=1.5},
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
_mcl_hardness = 2,
|
_mcl_hardness = 1,
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("mcl_crimson:shroomlight", {
|
minetest.register_node("mcl_crimson:shroomlight", {
|
||||||
|
@ -331,7 +331,7 @@ minetest.register_node("mcl_crimson:shroomlight", {
|
||||||
dug={name="default_dirt_footstep", gain=1.5},
|
dug={name="default_dirt_footstep", gain=1.5},
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
_mcl_hardness = 2,
|
_mcl_hardness = 1,
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("mcl_crimson:warped_hyphae", {
|
minetest.register_node("mcl_crimson:warped_hyphae", {
|
||||||
|
|
Loading…
Reference in a new issue