Update nodes.lua

"rad_resistance" group added to lead block node definitions. Playtesting required.
This commit is contained in:
DustyDave961 2024-09-28 01:03:57 -05:00 committed by GitHub
parent 3e9eb08c24
commit b9de49b1f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,7 +106,7 @@ minetest.register_node(":technic:lead_block", {
description = S("Lead Block"),
tiles = { "technic_lead_block.png" },
is_ground_content = true,
groups = {cracky=1, level=2},
groups = {cracky=1, level=2, rad_resistance=80},
sounds = default.node_sound_stone_defaults()
})