Fix underch mod nodes oil derrick drilling ability
This commit is contained in:
parent
958a1c9c9e
commit
a3d3a350fb
@ -305,6 +305,10 @@ function techage.can_dig_node(name, ndef)
|
|||||||
SimpleNodes[name] = true
|
SimpleNodes[name] = true
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
if ndef.groups['jit_shadow'] == 1 then
|
||||||
|
SimpleNodes[name] = true
|
||||||
|
return true
|
||||||
|
end
|
||||||
-- don't remove nodes with some intelligence or undiggable nodes
|
-- don't remove nodes with some intelligence or undiggable nodes
|
||||||
if ndef.drop == "" then
|
if ndef.drop == "" then
|
||||||
SimpleNodes[name] = false
|
SimpleNodes[name] = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user