mirror of
https://github.com/minetest-mods/digtron.git
synced 2025-01-03 09:37:27 +01:00
add recent new nodes to the catacombs protected list
This commit is contained in:
parent
abc7f2e414
commit
8abd57146d
3
init.lua
3
init.lua
@ -100,6 +100,9 @@ if minetest.get_modpath("catacomb") and catacomb ~= nil and catacomb.chamber_pro
|
|||||||
minetest.get_content_id("digtron:panel"),
|
minetest.get_content_id("digtron:panel"),
|
||||||
minetest.get_content_id("digtron:edge_panel"),
|
minetest.get_content_id("digtron:edge_panel"),
|
||||||
minetest.get_content_id("digtron:corner_panel"),
|
minetest.get_content_id("digtron:corner_panel"),
|
||||||
|
minetest.get_content_id("digtron:battery_holder"),
|
||||||
|
minetest.get_content_id("digtron:inventory_ejector"),
|
||||||
|
minetest.get_content_id("digtron:power_connector"),
|
||||||
}
|
}
|
||||||
for _, node_id in pairs(digtron_nodes) do
|
for _, node_id in pairs(digtron_nodes) do
|
||||||
catacomb.chamber_protected_nodes[node_id] = true
|
catacomb.chamber_protected_nodes[node_id] = true
|
||||||
|
Loading…
Reference in New Issue
Block a user