mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-04 22:30:30 +01:00
Update nodes.lua
"rad_resistance" group added to lead block node definitions. Playtesting required.
This commit is contained in:
parent
3e9eb08c24
commit
b9de49b1f8
@ -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()
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user