Anyone knows how to fix this?

Started by Nanobott on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Anyone knows how to fix this?

Im trying to make when you hold rightclick with this item it will drag the entity to the players cursor, But this is what happens.

https://imgur.com/a/g34X7vv

Procedure,

https://imgur.com/a/l2ydDMo

Does anyone know how i can fix this problem? :)

Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You Have to somehow Change…
Sat, 09/03/2022 - 07:18

You Have to somehow Change The Nbt Of The Entity To {NoGravity:1} Since Your Teleporting The Entity To The Cursor So It Falls
And When The Key Is Released Change The Entity Nbt To {HasGravityOrSomething} Idk Im Not Actually A Code Expert So Yea

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That worked aha thank you!…
Mon, 09/05/2022 - 13:20

That worked aha thank you! Still a bit glitchy but way better then before.