Fix underch mod nodes oil derrick drilling ability

This commit is contained in:
Evgeniy 2025-01-31 15:32:27 +03:00
parent 958a1c9c9e
commit a3d3a350fb

View File

@ -305,6 +305,10 @@ function techage.can_dig_node(name, ndef)
SimpleNodes[name] = true
return true
end
if ndef.groups['jit_shadow'] == 1 then
SimpleNodes[name] = true
return true
end
-- don't remove nodes with some intelligence or undiggable nodes
if ndef.drop == "" then
SimpleNodes[name] = false