1
0

Added plates to dectorio recipe group

This commit is contained in:
Wyrrrd
2020-05-28 16:11:03 +02:00
parent 88a01b4bee
commit b0ec644f5a
3 changed files with 12 additions and 2 deletions
+5
View File
@@ -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:
+6 -1
View File
@@ -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
------------------------------------------------------------------------------------------------------------------------------------------------------
+1 -1
View File
@@ -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",