Add support for AAI Industry

This commit is contained in:
Simon Brodtmann 2024-12-02 23:39:11 +01:00
parent 6bb5e14e4f
commit d09ee809c2
5 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1 @@
table.insert(HotMetals.items, "glass")

View file

@ -0,0 +1,9 @@
local modList = {
"aai-industry"
}
for _, mod in pairs(modList) do
if mods[mod] then
require(mod)
end
end

View file

@ -19,3 +19,5 @@ HotMetals = {
"crafting-with-fluid-or-metallurgy" "crafting-with-fluid-or-metallurgy"
} }
} }
require("compatibility.data")

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

BIN
sources/hot-glass.afphoto Normal file

Binary file not shown.