#Change the 'Item Floating' animation to be static

1 messages · Page 1 of 1 (latest)

barren pendant
#

Is it possible to change the fundamental minecraft:item floating animation? So when the item is thrown, it'll instead be static, and render flat on the ground. Trying to make something here, and need thrown items to render flat, and not move.

candid basalt
#

I believe that is hardcoded, however, you can probably load a second entity where the item would be

barren pendant
candid basalt
#

Well, I do agree it is not practical. You could also use particles to accomplish the same as entities and you wouldn’t need to worry about lag.

barren pendant
#

Hm, interesting idea. Thanks :)

candid basalt
#

No problem

barren pendant
# candid basalt No problem

Do you know what the best approach would be to smoothly interpolate a particle along an item's path?
And is there a way to add a 3D particle?