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

1 Commits

Author SHA1 Message Date
17662b3f38 add first class support for repixture 2023-01-27 15:31:51 -05:00

View File

@ -27,11 +27,7 @@ if minetest.get_modpath("technic") then
end
if minetest.get_modpath("aloz") then
materials.aluminum_ingot = "aloz:aluminum_ingot"
end
if minetest.get_modpath("techage") then
materials.aluminum_ingot = "techage:aluminum"
materials["aluminum_ingot"] = "aloz:aluminum_ingot"
end
if minetest.get_modpath("mcl_core") then