If you input direction=1, the blueprint has direction=7.
If you input direction=3, the blueprint has direction=5.
If you input direction=5, the blueprint has direction=7.
If you input direction=7, the blueprint has direction=5.
Steps to reproduce:
1. Put a working blueprint in the first slot of your toolbar.
2. Run this command:
Code: Select all
/c game.player.getinventory(1).getitemstack(1).setblueprintentities({{direction=1,position={y=1,x=-3},name="straight-rail",entitynumber=1},{direction=7,position={y=1,x=3},name="straight-rail",entitynumber=2},{direction=5,position={y=1,x=-1},name="straight-rail",entitynumber=3},{direction=3,position={y=1,x=1},name="straight-rail",entitynumber=4}})