Added plates to dectorio recipe group
This commit is contained in:
@@ -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
|
Version: 0.18.1
|
||||||
Date: 2020-05-26
|
Date: 2020-05-26
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
|
|||||||
@@ -16,4 +16,9 @@ for display,displaydata in pairs(DID.displays) do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if mods ["Dectorio"] then
|
||||||
|
if data.raw["item-group"]["dectorio"] then
|
||||||
|
data.raw["item-subgroup"]["display-plates"].group = "dectorio"
|
||||||
|
end
|
||||||
|
end
|
||||||
------------------------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "IndustrialDisplayPlates",
|
"name": "IndustrialDisplayPlates",
|
||||||
"version": "0.18.1",
|
"version": "0.18.2",
|
||||||
"title": "Industrial Display Plates",
|
"title": "Industrial Display Plates",
|
||||||
"author": "Wyrrrd",
|
"author": "Wyrrrd",
|
||||||
"homepage": "https://github.com/Wyrrrd/IndustrialDisplayPlates",
|
"homepage": "https://github.com/Wyrrrd/IndustrialDisplayPlates",
|
||||||
|
|||||||
Reference in New Issue
Block a user