From 2e4753085c7a20b3af1c2e69a2fb748a856a10de Mon Sep 17 00:00:00 2001 From: Ian Williams Date: Sun, 19 Apr 2020 19:41:36 -0700 Subject: [PATCH 1/3] Move research project in tech tree. Works on Lanilor/Simple-Mods-Collection#5. --- .../Defs/ResearchProjectDefs/ResearchProjects_Misc.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Simple Recycling/Defs/ResearchProjectDefs/ResearchProjects_Misc.xml b/Simple Recycling/Defs/ResearchProjectDefs/ResearchProjects_Misc.xml index a28bba8..0cb985b 100644 --- a/Simple Recycling/Defs/ResearchProjectDefs/ResearchProjects_Misc.xml +++ b/Simple Recycling/Defs/ResearchProjectDefs/ResearchProjects_Misc.xml @@ -7,11 +7,11 @@ Learn how to recycle old apparel into valuable materials. 700 Industrial - -
  • ComplexClothing
  • -
    - 1 - 4.5 + +
  • ComplexClothing
  • +
    + 2 + 5 From 44552b307c32a5f71bbc8293a98f06473dbc1811 Mon Sep 17 00:00:00 2001 From: Ian Williams Date: Sun, 19 Apr 2020 19:21:31 -0700 Subject: [PATCH 2/3] Update About.xml Add 1.1 support, replace targetVersion with supportedVersions. Works on Lanilor/Simple-Mods/Collection#4. --- Simple Recycling/About/About.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Simple Recycling/About/About.xml b/Simple Recycling/About/About.xml index e540c46..a8d9ecb 100644 --- a/Simple Recycling/About/About.xml +++ b/Simple Recycling/About/About.xml @@ -3,7 +3,10 @@ Simple Recycling Lanilor https://github.com/Lanilor/ - 1.0.0 + +
  • 1.0
  • +
  • 1.1
  • +
    <size=20>Simple Recyclning</size> @@ -11,4 +14,4 @@ A simple mod that adds recycling of apparel in the same way weapons are smeltabl To recycle apparel, research "apparel recycling" and then add the bill to a tailoring workbench. - \ No newline at end of file + From 3e8461b6f04080804980be0c92bff55a80c9f2f9 Mon Sep 17 00:00:00 2001 From: Ian Williams Date: Sun, 19 Apr 2020 19:36:56 -0700 Subject: [PATCH 3/3] Add 1.1 patch Replace workSpeedStat with new GeneralLaborSpeed. Works on Lanilor/Simple-Mods-Collection#4. --- Simple Recycling/1.1/Patches/Patch-Recipes_Production.xml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Simple Recycling/1.1/Patches/Patch-Recipes_Production.xml diff --git a/Simple Recycling/1.1/Patches/Patch-Recipes_Production.xml b/Simple Recycling/1.1/Patches/Patch-Recipes_Production.xml new file mode 100644 index 0000000..ccb58db --- /dev/null +++ b/Simple Recycling/1.1/Patches/Patch-Recipes_Production.xml @@ -0,0 +1,8 @@ + + + /Defs/RecipeDef[defName="RecycleApparel"]/workSpeedStat + + GeneralLaborSpeed + + +