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

2 Commits

Author SHA1 Message Date
e4a122dfdd add techage support (#20)
* add techage support

* remove techage op-depend
2023-03-20 17:13:38 -04:00
a9002d6dad add first class support for repixture (#19) 2023-01-28 21:45:13 +01:00

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