Started by
PisekPiskovec
on
Topic category: Help with Minecraft modding (Java Edition)
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
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.
It worked with "On player tick update" but not with "On loaded entity tick update"
How did you do it?