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:
Elias Åström 2020-04-17 21:40:13 +02:00
parent 8d67824e42
commit 6315490b14
44 changed files with 119 additions and 119 deletions

View file

@ -202,7 +202,7 @@ local pane = function(description, node, append)
{node, node, node},
},
drop = "",
_mcl_blast_resistance = 1.5,
_mcl_blast_resistance = 0.3,
_mcl_hardness = 0.3,
})
@ -225,7 +225,7 @@ xpanes.register_pane("bar", {
{"mcl_core:iron_ingot", "mcl_core:iron_ingot", "mcl_core:iron_ingot"},
{"mcl_core:iron_ingot", "mcl_core:iron_ingot", "mcl_core:iron_ingot"},
},
_mcl_blast_resistance = 30,
_mcl_blast_resistance = 6,
_mcl_hardness = 5,
})