dfhack
dfhack copied to clipboard
gui/blueprint doesn't respect the direction of the creation of the blueprint
Non-gui version seems to work.
gui version always creates a #>
even if you start your blueprint on a lower level and move it upwards.
blueprint 2 2 2 test3
correctly creates #<
This was done intentionally, since most users expect to apply a blueprint and have it go down, regardless of how they designated it with the mouse. We could add an option to the gui/blueprint interface that lets you control this, though.