Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Label Gun does not apply the label correctly #147

Open
RotzRohr opened this issue Jul 13, 2024 · 1 comment
Open

Bug: Label Gun does not apply the label correctly #147

RotzRohr opened this issue Jul 13, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@RotzRohr
Copy link

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
@TeamDman
Copy link
Owner

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

very strange, will investigate

@TeamDman TeamDman self-assigned this Jul 13, 2024
@TeamDman TeamDman added the bug Something isn't working label Jul 13, 2024
@TeamDman TeamDman moved this to 🏗 In progress in @TeamDman's SFM project Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 💭Brewing ideas
Development

No branches or pull requests

2 participants