mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 07:40:37 +02:00
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:
@ -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")
|
||||
|
Reference in New Issue
Block a user