diff --git a/hot-metals/changelog.txt b/hot-metals/changelog.txt index 6d65d67..ec74f4d 100644 --- a/hot-metals/changelog.txt +++ b/hot-metals/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 1.2.10 +Date: 04.11.2025 + Changes: + - Add support for Pelagos +--------------------------------------------------------------------------------------------------- Version: 1.2.9 Date: 01.10.2025 Changes: diff --git a/hot-metals/compatibility/data.lua b/hot-metals/compatibility/data.lua index f8066a2..4646e4a 100644 --- a/hot-metals/compatibility/data.lua +++ b/hot-metals/compatibility/data.lua @@ -3,6 +3,7 @@ local modList = { "aai-industry", "any-planet-start", "Glass", + "pelagos", "planet-muluna" } diff --git a/hot-metals/compatibility/pelagos.lua b/hot-metals/compatibility/pelagos.lua new file mode 100644 index 0000000..e27c7d0 --- /dev/null +++ b/hot-metals/compatibility/pelagos.lua @@ -0,0 +1 @@ +table.insert(HotMetals.craftingCategories, "calcining") \ No newline at end of file diff --git a/hot-metals/info.json b/hot-metals/info.json index 3a715b3..77b988d 100644 --- a/hot-metals/info.json +++ b/hot-metals/info.json @@ -1,6 +1,6 @@ { "name": "hot-metals", - "version": "1.2.9", + "version": "1.2.10", "title": "Hot metals", "description": "A furnace doesn't just output cold usable results. You need to wait for them to cool down.", "author": "cackling fiend",