Carpet

Carpet

2M Downloads

v1.4.141 ai_tracker labels not showing up

4baase opened this issue · 3 comments

commented

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.

commented

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)

commented

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.

commented

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

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