From e4a122dfdd991f5a3af27c9a84418fddf22fad49 Mon Sep 17 00:00:00 2001 From: Niklp <89982526+Niklp09@users.noreply.github.com> Date: Mon, 20 Mar 2023 22:13:38 +0100 Subject: [PATCH] add techage support (#20) * add techage support * remove techage op-depend --- crafts.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/crafts.lua b/crafts.lua index 9ed7c27..8526c9a 100644 --- a/crafts.lua +++ b/crafts.lua @@ -27,7 +27,11 @@ if minetest.get_modpath("technic") then end if minetest.get_modpath("aloz") then - materials["aluminum_ingot"] = "aloz:aluminum_ingot" + materials.aluminum_ingot = "aloz:aluminum_ingot" +end + +if minetest.get_modpath("techage") then + materials.aluminum_ingot = "techage:aluminum" end if minetest.get_modpath("mcl_core") then