mirror of
https://github.com/mt-mods/basic_materials.git
synced 2025-07-20 16:40:27 +02:00
Compare commits
2 Commits
repixture
...
e4a122dfdd
Author | SHA1 | Date | |
---|---|---|---|
e4a122dfdd | |||
a9002d6dad |
@ -27,7 +27,11 @@ if minetest.get_modpath("technic") then
|
|||||||
end
|
end
|
||||||
|
|
||||||
if minetest.get_modpath("aloz") then
|
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
|
end
|
||||||
|
|
||||||
if minetest.get_modpath("mcl_core") then
|
if minetest.get_modpath("mcl_core") then
|
||||||
|
Reference in New Issue
Block a user