373b2125b8
Once again, you can dig any node given enough time and patience, but now you no longer receive the resources from that node, and the node goes into a "displaced" state where you can move past it but it will re-place itself as soon as you walk away, similar to how scaling nodes work.
14 lines
321 B
Lua
14 lines
321 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("api")
|
|
include("node")
|
|
include("abm")
|
|
include("placement")
|
|
include("displace")
|
|
include("hints")
|