This commit is contained in:
2026-01-24 19:20:42 -05:00
parent bfabc8afc0
commit 2a94a95cdb
12 changed files with 1 additions and 4116 deletions

View File

@@ -68,7 +68,7 @@ def process_recipes(raw_recipes):
return processed
if __name__ == "__main__":
raw = parse_recipes(['./mixingrecipes', './Prototypes/_Goobstation/Recipes/Reactions/'])
raw = parse_recipes(['./Prototypes/Recipes/Reactions/', './Prototypes/_Goobstation/Recipes/Reactions/'])
processed = process_recipes(raw)
with open('recipes.json', 'w') as f: