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

v1.4.141 ai_tracker labels not showing up #1927

Open
4baase opened this issue Jun 10, 2024 · 3 comments · May be fixed by #1854
Open

v1.4.141 ai_tracker labels not showing up #1927

4baase opened this issue Jun 10, 2024 · 3 comments · May be fixed by #1854

Comments

@4baase
Copy link

4baase commented Jun 10, 2024

image

It just shows the little lines pointing to where the labels should be. I've tried it without any other mods other than Carpet and Fabric API but it still doesn't work.

@Fallen-Breath
Copy link
Contributor

The scarpet shapes label renderer seems to be broken

For example, create a label shape with command /script run draw_shape('label', 100, ['pos', [x,y,z], 'text', 'fooobar']), nothing will appear (reproduced with 1.21-1.4.147+v240613)

@ch-yx
Copy link
Contributor

ch-yx commented Jun 19, 2024

and the size field of “label” is a float, but it is using a PositiveIntParam.

put("size", new PositiveIntParam("size"));

One of my projects requires exact text size and I'm running into a problem here.

@ch-yx
Copy link
Contributor

ch-yx commented Jul 9, 2024

2024-07-09_18 55 06
i think that i have fixed this problem.

wait. looks like there is still some issues...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants