From 45ef266667e41a6f3b2085c89e1f7126363be1ab Mon Sep 17 00:00:00 2001 From: 1F616EMO Date: Sun, 1 Sep 2024 07:22:22 +0800 Subject: [PATCH] Revert version change in init.lua --- mods/default/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/default/init.lua b/mods/default/init.lua index c603ebe8..878c5261 100644 --- a/mods/default/init.lua +++ b/mods/default/init.lua @@ -17,7 +17,7 @@ default.get_translator = S -- and avoids obscure, hard to debug runtime errors. -- This section should be updated before release and older checks can be dropped -- when newer ones are introduced. -if not minetest.features.node_interaction_actor then +if ItemStack("").add_wear_by_uses == nil then error("\nThis version of Minetest Game is incompatible with your engine version ".. "(which is too old). You should download a version of Minetest Game that ".. "matches the installed engine version.\n")