forked from DRY411S/Recipe-Output
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
30 lines (27 loc) · 1.48 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---------------------------------------------------------------------------------------------------
Version: 0.16.2
Date: 2018-12-18
Features:
- Outputs all the recipes for the game just started
- Outputs recipe Name, Category, Group, Subgroup, Craft Time and all recipe product and ingredient types, names and amounts
- Uses the '|' delimiter
- Outputs for the player, enemy and neutral forces
- First line of file contains the column types as a header
- Output limited to vanilla of a maximum of 3 products and 6 ingredients per recipe
- See https://github.com/DRY411S/Recipe-Output/blob/master/README.md for file output format
Changes:
- Now includes recipe product types and ingredient types in output
- Writes a message to console confirming the location of the recipe output file
---------------------------------------------------------------------------------------------------
Version: 0.16.1
Date: 2017-12-17
Features:
- Outputs all the recipes for the game just started
- Outputs recipe Name, Category, Group, Subgroup, Craft Time and all recipe product and ingredient names and amounts
- Uses the '|' delimiter
- Outputs for the player, enemy and neutral forces
- First line of file contains the column types as a header
- Output limited to vanilla of a maximum of 3 products and 6 ingredients per recipe
- See https://github.com/DRY411S/Recipe-Output/blob/master/README.md for file output format
Changes:
- First version