]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Separate RGlass recipe for autolathe and ore processor (#33876)
authorTayrtahn <tayrtahn@gmail.com>
Sun, 15 Dec 2024 21:02:32 +0000 (16:02 -0500)
committerGitHub <noreply@github.com>
Sun, 15 Dec 2024 21:02:32 +0000 (22:02 +0100)
Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Resources/Prototypes/Recipes/Lathes/sheet.yml

index e828fe784ecf64b770b7e764439cace8e5dbf389..d511f5b1af5c9ff57dd5acc2d9069848a7980e4f 100644 (file)
       staticRecipes:
         - SheetSteel
         - SheetGlass1
-        - SheetRGlass
+        - SheetRGlassRaw
         - SheetPlasma1
         - SheetPGlass1
         - SheetRPGlass1
     staticRecipes:
       - SheetSteel
       - SheetGlass1
-      - SheetRGlass
+      - SheetRGlassRaw
       - SheetPlasma1
       - SheetPGlass1
       - SheetRPGlass1
index 5772aa032fb8433ba7f1ab91d1b291d3b623d0bf..0712211972915bb4b2369777f0843667e8574043 100644 (file)
   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