From 4739fd5bf8a0b064efd1719b7d015579b5b75fae Mon Sep 17 00:00:00 2001 From: Niklp09 <89982526+Niklp09@users.noreply.github.com> Date: Mon, 20 Mar 2023 15:01:41 +0100 Subject: [PATCH] add techage support --- crafts.lua | 6 +++++- mod.conf | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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 diff --git a/mod.conf b/mod.conf index 048bae0..5576393 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,3 @@ name = basic_materials -optional_depends = moreores, default, mesecons_materials, dye, bucket, fl_stone, fl_trees, mcl_sounds, hades_core, hades_sounds, hades_materials, hades_dye, hades_bucket, hades_extraores, hades_mesecons_materials, aloz, rp_crafting +optional_depends = moreores, default, mesecons_materials, dye, bucket, fl_stone, fl_trees, mcl_sounds, hades_core, hades_sounds, hades_materials, hades_dye, hades_bucket, hades_extraores, hades_mesecons_materials, aloz, rp_crafting, techage min_minetest_version = 5.2.0