forked from VoxeLibre/VoxeLibre
Fix nether wart block hardness
This commit is contained in:
parent
02856d43b8
commit
94eff62cdf
|
@ -122,7 +122,7 @@ minetest.register_node("mcl_nether:nether_wart_block", {
|
|||
}
|
||||
),
|
||||
_mcl_blast_resistance = 5,
|
||||
_mcl_hardness = 1.5,
|
||||
_mcl_hardness = 1,
|
||||
})
|
||||
|
||||
minetest.register_node("mcl_nether:quartz_block", {
|
||||
|
|
Loading…
Reference in New Issue