h
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user