forked from VoxeLibre/VoxeLibre
Fix hardness and blast resistance for packed mud
This commit is contained in:
parent
be1427205e
commit
0414493f5c
|
@ -19,9 +19,9 @@ minetest.register_node("mcl_mud:packed_mud", {
|
||||||
tiles = {"mcl_mud_packed_mud.png"},
|
tiles = {"mcl_mud_packed_mud.png"},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
groups = {handy=1,shovely=1, enderman_takable=1, building_block=1},
|
groups = {handy=1, pickaxey=1, enderman_takable=1, building_block=1},
|
||||||
_mcl_blast_resistance = 0.5,
|
_mcl_blast_resistance = 3,
|
||||||
_mcl_hardness = 0.5,
|
_mcl_hardness = 1,
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
|
Loading…
Reference in New Issue