Fix hardness and blast resistance for packed mud

This commit is contained in:
TheRandomLegoBrick 2022-07-06 20:27:13 -07:00
parent be1427205e
commit 0414493f5c
1 changed files with 3 additions and 3 deletions

View File

@ -19,9 +19,9 @@ minetest.register_node("mcl_mud:packed_mud", {
tiles = {"mcl_mud_packed_mud.png"},
is_ground_content = true,
stack_max = 64,
groups = {handy=1,shovely=1, enderman_takable=1, building_block=1},
_mcl_blast_resistance = 0.5,
_mcl_hardness = 0.5,
groups = {handy=1, pickaxey=1, enderman_takable=1, building_block=1},
_mcl_blast_resistance = 3,
_mcl_hardness = 1,
})
minetest.register_craft({