How to make Items not move on the ground?

Started by ShadowRein on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make Items not move on the ground?

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.

Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The animation probably can't…
Sat, 08/21/2021 - 13:54

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.