mirror of
https://github.com/mt-mods/basic_materials.git
synced 2025-01-08 09:00:28 +01:00
add techage support (#20)
* add techage support * remove techage op-depend
This commit is contained in:
parent
a9002d6dad
commit
e4a122dfdd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user