mirror of
https://github.com/mt-mods/basic_materials.git
synced 2026-01-02 22:45:18 +01:00
Compare commits
1 Commits
e4a122dfdd
...
repixture
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
17662b3f38 |
@@ -27,11 +27,7 @@ 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