Running:
Code: Select all
/c p=game.player.position;game.player.build_from_cursor({position={p.x+20,p.y},build_mode=defines.build_mode.forced})I would expect that only build_mode normal would be range checked.
It does however seem to work as expected for a blueprint. So it's only failing for a normally placable item stack in cursor.

