allow mods to change damage taken by radiation

allow using technic's radiation resistance function and add resistance to lead (needs rework)
This commit is contained in:
HybridDog
2015-08-20 13:45:10 +02:00
parent 89168bacd4
commit a5b5ef9818
2 changed files with 47 additions and 12 deletions

View File

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