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