From d49c3592738b700ac401fbf2b43ca80c5b894c62 Mon Sep 17 00:00:00 2001 From: OgelGames Date: Sat, 20 Jun 2026 13:26:57 +1000 Subject: [PATCH] fix check for `unifieddyes` --- extranodes/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extranodes/init.lua b/extranodes/init.lua index a9418320..2214255e 100644 --- a/extranodes/init.lua +++ b/extranodes/init.lua @@ -1,7 +1,7 @@ -- Minetest 0.4.6 mod: extranodes -- namespace: technic -if unifieddyes and not unifieddyes.preserve_metadata then +if core.get_modpath("unifieddyes") and not unifieddyes.preserve_metadata then error("Incompatible version of unifieddyes found. Please update it to the latest version.") end