diff --git a/hot-metals/compatibility/aai-industry.lua b/hot-metals/compatibility/aai-industry.lua new file mode 100644 index 0000000..6702821 --- /dev/null +++ b/hot-metals/compatibility/aai-industry.lua @@ -0,0 +1 @@ +table.insert(HotMetals.items, "glass") \ No newline at end of file diff --git a/hot-metals/compatibility/data.lua b/hot-metals/compatibility/data.lua new file mode 100644 index 0000000..789903e --- /dev/null +++ b/hot-metals/compatibility/data.lua @@ -0,0 +1,9 @@ +local modList = { + "aai-industry" +} + +for _, mod in pairs(modList) do + if mods[mod] then + require(mod) + end +end \ No newline at end of file diff --git a/hot-metals/data.lua b/hot-metals/data.lua index 7d94db8..53b0d73 100644 --- a/hot-metals/data.lua +++ b/hot-metals/data.lua @@ -18,4 +18,6 @@ HotMetals = { "metallurgy", "crafting-with-fluid-or-metallurgy" } -} \ No newline at end of file +} + +require("compatibility.data") \ No newline at end of file diff --git a/hot-metals/graphics/icons/hot-glass.png b/hot-metals/graphics/icons/hot-glass.png new file mode 100644 index 0000000..1d6089b Binary files /dev/null and b/hot-metals/graphics/icons/hot-glass.png differ diff --git a/sources/hot-glass.afphoto b/sources/hot-glass.afphoto new file mode 100644 index 0000000..6c0df9a Binary files /dev/null and b/sources/hot-glass.afphoto differ