Started by
ShadowRein
on
Topic category: Help with Minecraft modding (Java Edition)
So I was wondering if there's a way to make items not move on the ground and make them stay still, like not bobbing up and down and no spinning around. Also, if possible, I want to make it so you have to right click to pick up the item.
Anybody?
The animation probably can't be stopped, but maybe you can change the pickup delay of all items in a world to some large number, then a procedure would need to check if you right clicked on an entity that is an item, and then change the pickup delay to 0. Just a straight idea.