diff --git a/hot-metals/compatibility/Glass.lua b/hot-metals/compatibility/Glass.lua new file mode 100644 index 0000000..0453bed --- /dev/null +++ b/hot-metals/compatibility/Glass.lua @@ -0,0 +1 @@ +table.insert(HotMetals.items, "glass-plate") \ No newline at end of file diff --git a/hot-metals/compatibility/data.lua b/hot-metals/compatibility/data.lua index c6bd480..7121740 100644 --- a/hot-metals/compatibility/data.lua +++ b/hot-metals/compatibility/data.lua @@ -1,6 +1,7 @@ local modList = { "space-age", "aai-industry", + "Glass", "planet-muluna" } diff --git a/hot-metals/graphics/icons/hot-glass-plate.png b/hot-metals/graphics/icons/hot-glass-plate.png new file mode 100644 index 0000000..8d8d944 Binary files /dev/null and b/hot-metals/graphics/icons/hot-glass-plate.png differ diff --git a/sources/hot-glass-plate.afphoto b/sources/hot-glass-plate.afphoto new file mode 100644 index 0000000..3c61c64 Binary files /dev/null and b/sources/hot-glass-plate.afphoto differ