From 0c91b3a727d3b3f8d7c2e546f66a97d1e0f309e2 Mon Sep 17 00:00:00 2001 From: Swept Date: Mon, 1 Mar 2021 14:56:14 +0000 Subject: [PATCH] Moves LatheRecipes from Catalog to Recipes (#3469) --- .../{Catalog/LatheRecipes => Recipes/Lathes}/botany.yml | 0 .../Prototypes/{Catalog/LatheRecipes => Recipes/Lathes}/cargo.yml | 0 .../{Catalog/LatheRecipes => Recipes/Lathes}/chemistry.yml | 0 .../{Catalog/LatheRecipes => Recipes/Lathes}/cooking.yml | 0 .../{Catalog/LatheRecipes => Recipes/Lathes}/janitorial.yml | 0 .../{Catalog/LatheRecipes => Recipes/Lathes}/medical.yml | 0 .../Prototypes/{Catalog/LatheRecipes => Recipes/Lathes}/misc.yml | 0 .../{Catalog/LatheRecipes => Recipes/Lathes}/security.yml | 0 .../Prototypes/{Catalog/LatheRecipes => Recipes/Lathes}/sheet.yml | 0 .../Prototypes/{Catalog/LatheRecipes => Recipes/Lathes}/tools.yml | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename Resources/Prototypes/{Catalog/LatheRecipes => Recipes/Lathes}/botany.yml (100%) rename Resources/Prototypes/{Catalog/LatheRecipes => Recipes/Lathes}/cargo.yml (100%) rename Resources/Prototypes/{Catalog/LatheRecipes => Recipes/Lathes}/chemistry.yml (100%) rename Resources/Prototypes/{Catalog/LatheRecipes => Recipes/Lathes}/cooking.yml (100%) rename Resources/Prototypes/{Catalog/LatheRecipes => Recipes/Lathes}/janitorial.yml (100%) rename Resources/Prototypes/{Catalog/LatheRecipes => Recipes/Lathes}/medical.yml (100%) rename Resources/Prototypes/{Catalog/LatheRecipes => Recipes/Lathes}/misc.yml (100%) rename Resources/Prototypes/{Catalog/LatheRecipes => Recipes/Lathes}/security.yml (100%) rename Resources/Prototypes/{Catalog/LatheRecipes => Recipes/Lathes}/sheet.yml (100%) rename Resources/Prototypes/{Catalog/LatheRecipes => Recipes/Lathes}/tools.yml (100%) diff --git a/Resources/Prototypes/Catalog/LatheRecipes/botany.yml b/Resources/Prototypes/Recipes/Lathes/botany.yml similarity index 100% rename from Resources/Prototypes/Catalog/LatheRecipes/botany.yml rename to Resources/Prototypes/Recipes/Lathes/botany.yml diff --git a/Resources/Prototypes/Catalog/LatheRecipes/cargo.yml b/Resources/Prototypes/Recipes/Lathes/cargo.yml similarity index 100% rename from Resources/Prototypes/Catalog/LatheRecipes/cargo.yml rename to Resources/Prototypes/Recipes/Lathes/cargo.yml diff --git a/Resources/Prototypes/Catalog/LatheRecipes/chemistry.yml b/Resources/Prototypes/Recipes/Lathes/chemistry.yml similarity index 100% rename from Resources/Prototypes/Catalog/LatheRecipes/chemistry.yml rename to Resources/Prototypes/Recipes/Lathes/chemistry.yml diff --git a/Resources/Prototypes/Catalog/LatheRecipes/cooking.yml b/Resources/Prototypes/Recipes/Lathes/cooking.yml similarity index 100% rename from Resources/Prototypes/Catalog/LatheRecipes/cooking.yml rename to Resources/Prototypes/Recipes/Lathes/cooking.yml diff --git a/Resources/Prototypes/Catalog/LatheRecipes/janitorial.yml b/Resources/Prototypes/Recipes/Lathes/janitorial.yml similarity index 100% rename from Resources/Prototypes/Catalog/LatheRecipes/janitorial.yml rename to Resources/Prototypes/Recipes/Lathes/janitorial.yml diff --git a/Resources/Prototypes/Catalog/LatheRecipes/medical.yml b/Resources/Prototypes/Recipes/Lathes/medical.yml similarity index 100% rename from Resources/Prototypes/Catalog/LatheRecipes/medical.yml rename to Resources/Prototypes/Recipes/Lathes/medical.yml diff --git a/Resources/Prototypes/Catalog/LatheRecipes/misc.yml b/Resources/Prototypes/Recipes/Lathes/misc.yml similarity index 100% rename from Resources/Prototypes/Catalog/LatheRecipes/misc.yml rename to Resources/Prototypes/Recipes/Lathes/misc.yml diff --git a/Resources/Prototypes/Catalog/LatheRecipes/security.yml b/Resources/Prototypes/Recipes/Lathes/security.yml similarity index 100% rename from Resources/Prototypes/Catalog/LatheRecipes/security.yml rename to Resources/Prototypes/Recipes/Lathes/security.yml diff --git a/Resources/Prototypes/Catalog/LatheRecipes/sheet.yml b/Resources/Prototypes/Recipes/Lathes/sheet.yml similarity index 100% rename from Resources/Prototypes/Catalog/LatheRecipes/sheet.yml rename to Resources/Prototypes/Recipes/Lathes/sheet.yml diff --git a/Resources/Prototypes/Catalog/LatheRecipes/tools.yml b/Resources/Prototypes/Recipes/Lathes/tools.yml similarity index 100% rename from Resources/Prototypes/Catalog/LatheRecipes/tools.yml rename to Resources/Prototypes/Recipes/Lathes/tools.yml