Add support for AAI Industry
This commit is contained in:
parent
6bb5e14e4f
commit
d09ee809c2
5 changed files with 13 additions and 1 deletions
1
hot-metals/compatibility/aai-industry.lua
Normal file
1
hot-metals/compatibility/aai-industry.lua
Normal file
|
@ -0,0 +1 @@
|
|||
table.insert(HotMetals.items, "glass")
|
9
hot-metals/compatibility/data.lua
Normal file
9
hot-metals/compatibility/data.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
local modList = {
|
||||
"aai-industry"
|
||||
}
|
||||
|
||||
for _, mod in pairs(modList) do
|
||||
if mods[mod] then
|
||||
require(mod)
|
||||
end
|
||||
end
|
|
@ -18,4 +18,6 @@ HotMetals = {
|
|||
"metallurgy",
|
||||
"crafting-with-fluid-or-metallurgy"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
require("compatibility.data")
|
BIN
hot-metals/graphics/icons/hot-glass.png
Normal file
BIN
hot-metals/graphics/icons/hot-glass.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
BIN
sources/hot-glass.afphoto
Normal file
BIN
sources/hot-glass.afphoto
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue