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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

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