mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-10 17:20:27 +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"),
|
description = S("Lead Block"),
|
||||||
tiles = { "technic_lead_block.png" },
|
tiles = { "technic_lead_block.png" },
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
groups = {cracky=1, level=2},
|
groups = {cracky=1, level=2, rad_resistance=80},
|
||||||
sounds = default.node_sound_stone_defaults()
|
sounds = default.node_sound_stone_defaults()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user