diff --git a/changelog.txt b/changelog.txt index d42db83..cce134f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.18.2 +Date: 2020-05-28 + Changes: + - moved plates to Dectorio recipe group (if installed) +--------------------------------------------------------------------------------------------------- Version: 0.18.1 Date: 2020-05-26 Bugfixes: diff --git a/data-updates.lua b/data-updates.lua index 9545217..dbb2a0d 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -16,4 +16,9 @@ for display,displaydata in pairs(DID.displays) do end end ------------------------------------------------------------------------------------------------------------------------------------------------------- +if mods ["Dectorio"] then + if data.raw["item-group"]["dectorio"] then + data.raw["item-subgroup"]["display-plates"].group = "dectorio" + end +end +------------------------------------------------------------------------------------------------------------------------------------------------------ \ No newline at end of file diff --git a/info.json b/info.json index c516685..abcf00e 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "IndustrialDisplayPlates", - "version": "0.18.1", + "version": "0.18.2", "title": "Industrial Display Plates", "author": "Wyrrrd", "homepage": "https://github.com/Wyrrrd/IndustrialDisplayPlates",