From 49499311d341dd0ce8f45647e8f2966e4443d025 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Sun, 24 Mar 2024 23:19:11 -0700 Subject: [PATCH] fix not being able to transmute Wayfinder if not pointing in the right direction --- exchangeclone/exile_on_mods_loaded.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exchangeclone/exile_on_mods_loaded.lua b/exchangeclone/exile_on_mods_loaded.lua index b7ca8fb..5500601 100644 --- a/exchangeclone/exile_on_mods_loaded.lua +++ b/exchangeclone/exile_on_mods_loaded.lua @@ -304,6 +304,9 @@ sorted_dump_action = { local sediments = {} for name, def in pairs(minetest.registered_items) do + if name:match("^artifacts:wayfinder_[1-9][0-9]*$") then + exchangeclone.register_alias("artifacts:wayfinder_0", name) + end if def.groups.natural_slope or def.groups.not_in_creative_inventory then goto continue end