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
|
@ -63,7 +63,7 @@ minetest.register_node("mcl_cauldrons:cauldron", {
|
|||
},
|
||||
sounds = mcl_sounds.node_sound_metal_defaults(),
|
||||
_mcl_hardness = 2,
|
||||
_mcl_blast_resistance = 10,
|
||||
_mcl_blast_resistance = 2,
|
||||
})
|
||||
|
||||
-- Template function for cauldrons with water
|
||||
|
@ -94,7 +94,7 @@ local register_filled_cauldron = function(water_level, description, river_water)
|
|||
sounds = mcl_sounds.node_sound_metal_defaults(),
|
||||
drop = "mcl_cauldrons:cauldron",
|
||||
_mcl_hardness = 2,
|
||||
_mcl_blast_resistance = 10,
|
||||
_mcl_blast_resistance = 2,
|
||||
})
|
||||
|
||||
-- Add entry aliases for the Help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue