#skbee display items not working.

1 messages · Page 1 of 1 (latest)

lean ember
#

What’s the section of code above and below this?

#

{_entity} would be the last spawned entity, have u already spawned it in?

It so, is {_entity} set?

#

If yes to both of these, change {_item} to cobblestone and see if it works, then we can see if it’s a variable issue

#

Nothing spawns?

#

Found this on discord, try messing with billboard

    skbee spawn item display at {_l}
    set {_display} to last spawned entity
    set display item of {_display} to glowing golden boots
    set display scale of {_display} to vector(0, 0, 0)
    set display brightness of {_display} to displayBrightness(15,15)
    set display view range of {_display} to 128
    set display billboard of {_display} to vertical
    set display left rotation of {_display} to quaternion(-1,0,0,1)
    set name of {_display} to "bounce_item_component"
    wait 2 ticks
    set display interpolation start of {_display} to -1
    set display interpolation duration of {_display} to 5
    set display scale of {_display} to vector(1, 1, 1)```
#

Can’t help much more, on phone + at work rn

flint falcon
#

skbee display items not working.

gritty talon
#

any error on console?

gritty talon
#

ohh

#

i know why

#

thats because display entities are on 1.19.4+

#

its not on 1.18.2

lean ember
#

🤣

#

Good eye

gritty talon
#

at the first i didnt see their server version