Skip to content

Commit f2502d9

Browse files
Merge pull request #16 from ComputerDruid/push-ypqmrnqsquxn
Update README, CHANGELOG
2 parents 0edd06f + 17e22d8 commit f2502d9

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Unreleased
22

3+
### Changed
4+
- `upgrade-quality` works on combinators
5+
- `upgrade-quality` now errors when encountering something that looks like a quality that it doesn't know if it should upgrade.
6+
37
## Version 0.1.4
48

59
### Added

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ Usage:
66
Usage: factorio-bp-helper <COMMAND>
77
88
Commands:
9-
count-entities Counts the number of items needed to construct the blueprint
10-
unwrap Unwraps a blueprint string to reveal the json representation
11-
wrap Wraps json from stdin into a blueprint string
12-
help Print this message or the help of the given subcommand(s)
9+
count-entities Counts the number of items needed to construct the blueprint
10+
unwrap Unwraps a blueprint string to reveal the json representation
11+
wrap Wraps json from stdin into a blueprint string
12+
upgrade-quality Upgrades the quality of recipies/filters/conditions without upgrading entities/modules
13+
help Print this message or the help of the given subcommand(s)
1314
1415
Options:
1516
-h, --help Print help

0 commit comments

Comments
 (0)