Problem with making item float

Started by PisekPiskovec on

Topic category: Help with modding (Java Edition)

Last seen on 09:40, 28. Mar 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Problem with making item float
Sat, 09/10/2022 - 20:23 (edited)

I'm working on my Enderite mod (again) and I wanted to add an ability, that would make the item entity floating above the void. https://i.imgur.com/otI5KMw.png This is what I tried, but it didn't work. As you can see, the items I'm working with are in the tag. (MCreator 2022.2, MC 1.16.5)

Edited by PisekPiskovec on Sat, 09/10/2022 - 20:23
Last seen on 02:45, 27. Mar 2024
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
try setting the noGravity…
Thu, 09/29/2022 - 21:51

try setting the noGravity Boolean to true.
(for simple terms: Set the item's NBT for noGravity to true (If it was in that specific tag))
you can also do that with functions and/or commands to change the item's NBT.

If you still confused, let me know.

Last seen on 09:40, 28. Mar 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It worked with "On player…
Sun, 10/02/2022 - 20:35

It worked with "On player tick update" but not with "On loaded entity tick update"