Update the rest of the blast resistance values
The values have been updated according to this list: https://minecraft.gamepedia.com/Module:Blast_resistance_values
This commit is contained in:
parent
8d67824e42
commit
6315490b14
44 changed files with 119 additions and 119 deletions
|
@ -90,7 +90,7 @@ minetest.register_node("mcl_sponges:sponge", {
|
|||
end
|
||||
return minetest.item_place_node(itemstack, placer, pointed_thing)
|
||||
end,
|
||||
_mcl_blast_resistance = 3,
|
||||
_mcl_blast_resistance = 0.6,
|
||||
_mcl_hardness = 0.6,
|
||||
})
|
||||
|
||||
|
@ -108,7 +108,7 @@ minetest.register_node("mcl_sponges:sponge_wet", {
|
|||
stack_max = 64,
|
||||
sounds = mcl_sounds.node_sound_dirt_defaults(),
|
||||
groups = {handy=1, building_block=1},
|
||||
_mcl_blast_resistance = 3,
|
||||
_mcl_blast_resistance = 0.6,
|
||||
_mcl_hardness = 0.6,
|
||||
})
|
||||
|
||||
|
@ -127,7 +127,7 @@ if minetest.get_modpath("mclx_core") then
|
|||
stack_max = 64,
|
||||
sounds = mcl_sounds.node_sound_dirt_defaults(),
|
||||
groups = {handy=1, building_block=1},
|
||||
_mcl_blast_resistance = 3,
|
||||
_mcl_blast_resistance = 0.6,
|
||||
_mcl_hardness = 0.6,
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue