Page 1 of 1

[2.0.69] can_build_from_cursor now plays error noise when out of reach

Posted: Sun Oct 05, 2025 11:31 pm
by Gweneph
https://lua-api.factorio.com/latest/cla ... rom_cursor

Calling /c game.print(game.player.can_build_from_cursor({position={0,0}})) with a stone furnace in hand while out of range will display the flying text "cannot reach" at 0,0 and play the error noise.

This also occurs from mods executing the command.

If this is the intended behavior please consider this a modding interface request to be able to make the check fail without any UI influence.

Probably introduced when adding this check: 130805

Re: [2.0.69] can_build_from_cursor now plays error noise when out of reach

Posted: Mon Oct 06, 2025 12:42 pm
by Rseding91
Thanks for the report. This is now fixed for the next release.