@t4im overwrite a function instead of adding functions to a table

on_damaging -> on_damage

fix lead radiation resistance, fixes #226
This commit is contained in:
HybridDog
2015-08-20 18:25:53 +02:00
parent a5b5ef9818
commit 1901aa8ae2
2 changed files with 22 additions and 19 deletions

View File

@ -100,7 +100,7 @@ minetest.register_node(":technic:lead_block", {
is_ground_content = true,
groups = {cracky=1, level=2},
sounds = default.node_sound_stone_defaults(),
radiation_resistance = 500
radiation_resistance = 80
})
minetest.register_alias("technic:wrought_iron_block", "default:steelblock")