1
0
mirror of https://github.com/mt-mods/basic_materials.git synced 2025-07-07 02:20:22 +02:00

add techage support (#20)

* add techage support

* remove techage op-depend
This commit is contained in:
Niklp
2023-03-20 22:13:38 +01:00
committed by GitHub
parent a9002d6dad
commit e4a122dfdd

View File

@ -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