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
|
||||
Date: 2020-05-26
|
||||
Bugfixes:
|
||||
|
||||
+6
-1
@@ -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
|
||||
------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user