Skip to content

Commit

Permalink
Separate RGlass recipe for autolathe and ore processor (space-wizards…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tayrtahn authored Dec 15, 2024
1 parent 102d4fb commit 5958801
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@
staticRecipes:
- SheetSteel
- SheetGlass1
- SheetRGlass
- SheetRGlassRaw
- SheetPlasma1
- SheetPGlass1
- SheetRPGlass1
Expand All @@ -1233,7 +1233,7 @@
staticRecipes:
- SheetSteel
- SheetGlass1
- SheetRGlass
- SheetRGlassRaw
- SheetPlasma1
- SheetPGlass1
- SheetRPGlass1
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/sheet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5958801

Please sign in to comment.