Releases: dewiniaid/BlueprintExtensions
Releases · dewiniaid/BlueprintExtensions
0.3.0
Release 0.2.5 (2018-10-18)
- If GDIW is installed, mirror recipes when mirroring blueprints.
Release 0.2.4 (2018-10-16)
- Fix crash on case-sensitive filesystems (i.e. not Windows). Thanks to Omnifarious for the report.
- Fix a incorrect date in changelog.txt.
Release 0.2.3 (2018-10-16)
- Change the default wireswap keybind to
CONTROL + ALT + W
. The previousSHIFT + W
would inadvertently trigger and interfere with movement.
Release 0.2.2 (2018-10-14)
-
When updating a blueprint, the blueprint is now cleared from the cursor (if there's room) while configuring it.
This allows you to change blueprint icons without them all becoming icons of blueprints.
When you finish configuring the blueprint, the blueprint will be moved back to the cursor.This more closely reflects vanilla blueprint behavior.
-
You can now swap wire colors of a blueprint with
SHIFT + W
-
You can now rotate a blueprint with
CONTROL + ALT + R
. Unlike normal rotation, this modifies the actual
blueprint and can be useful if you want to have all the blueprints in a book rotated the same direction.
0.2.1 (2018-04-24)
- Actually correctly flip splitters like we said we do. Somehow in optimizing the original code I completely forgot to actually implement this.
0.2.0
- Added and reworked the blueprint flipping and turning functionality in the Blueprint Flipper and Turner mod,
including a fix to priority splitters.- This functionality is disabled if Blueprint Flipper and Turner is enabled to avoid possible conflicts.
- The GUI buttons for flipping blueprints can be disabled in mod settings. Note this has no effect if Blueprint Flipper and Turner is disabled.
- Internal reworking of code to be better organized.