Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions technic/tools/prospector.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ technic.register_power_tool("technic:prospector", {
end
local meta = toolstack:get_meta()
local target = meta:get("target") or migrate_meta(meta)
if target and not core.registered_nodes[target] then
target = nil
end
local look_depth, look_radius = get_field(meta)
local pointed
if pointed_thing.type == "node" then
Expand Down
Loading