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
|
@ -200,7 +200,7 @@ minetest.register_node("mcl_end:chorus_flower", {
|
|||
end,
|
||||
after_dig_node = mcl_end.check_detach_chorus_plant,
|
||||
on_blast = mcl_end.check_blast_chorus_plant,
|
||||
_mcl_blast_resistance = 2,
|
||||
_mcl_blast_resistance = 0.4,
|
||||
_mcl_hardness = 0.4,
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue