Super Factory Manager ( SFM )

Super Factory Manager ( SFM )

16M Downloads

Bug: Label Gun does not apply the label correctly

RotzRohr opened this issue ยท 1 comments

commented

Version 1.20.4 NeoForge
https://github.com/user-attachments/assets/2f2ccd33-16e7-4f30-afcb-622c3bcfe92c

ThisIsARealyLongNameForAInputButINeedItToShowTheBug
^
Will be shortend by the LabelGun to

ThisIsARealyLongNameForAInputBut

NAME "A simple program"

EVERY 20 TICKS DO
    -- on their own, input statements do nothing
    -- there is no item buffer
    INPUT FROM ThisIsARealyLongNameForAInputButINeedItToShowTheBug

    -- all the magic happens here
    OUTPUT TO b
END
commented

The max length is currently 80, your example is 52 so it should work.

very strange, will investigate