From 5958801182b35bb1e78095f18b180d3069ad7394 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Sun, 15 Dec 2024 16:02:32 -0500 Subject: [PATCH] Separate RGlass recipe for autolathe and ore processor (#33876) --- .../Prototypes/Entities/Structures/Machines/lathe.yml | 4 ++-- Resources/Prototypes/Recipes/Lathes/sheet.yml | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index e828fe784e..d511f5b1af 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -1207,7 +1207,7 @@ staticRecipes: - SheetSteel - SheetGlass1 - - SheetRGlass + - SheetRGlassRaw - SheetPlasma1 - SheetPGlass1 - SheetRPGlass1 @@ -1233,7 +1233,7 @@ staticRecipes: - SheetSteel - SheetGlass1 - - SheetRGlass + - SheetRGlassRaw - SheetPlasma1 - SheetPGlass1 - SheetRPGlass1 diff --git a/Resources/Prototypes/Recipes/Lathes/sheet.yml b/Resources/Prototypes/Recipes/Lathes/sheet.yml index 5772aa032f..0712211972 100644 --- a/Resources/Prototypes/Recipes/Lathes/sheet.yml +++ b/Resources/Prototypes/Recipes/Lathes/sheet.yml @@ -28,10 +28,20 @@ materials: RawQuartz: 3000 +# This version is for the autolathe - type: latheRecipe id: SheetRGlass result: SheetRGlass1 completetime: 0 + materials: + Glass: 100 + Steel: 50 + +# This version is for the ore processor +- type: latheRecipe + id: SheetRGlassRaw + result: SheetRGlass1 + completetime: 0 materials: RawQuartz: 100 RawIron: 50 -- 2.51.2