Started by
everflame
on
Topic category: Help with Minecraft modding (Java Edition)
hellooo, I’m having a problem with a jetpack item after updating MCreator from 2025.2 to 2025.3.
the jetpack is worn in the chestplate slot and pushes the player upward wheneve the space bar is pressed. this worked fine before, since i could use decimal values (below 1) for smooth upward movement.
after updating to 2025.3, values below 1 no longer work, and the minimum value of 1 makes the player rise way too fast. i didn’t change the procedure, only the MCreator version.
did something change with how motion or numeric values are handled in 2025.3? or at least any fixes or workarounds?
Motion vector / push procedures only work under certain condition, as if something else overrides (even in vanilla code) motion vector again in the same tick, your override may not be considered
I have the same problem, except the motion-override/push only fails if I trigger it on entity/status effect tick. How do I force the override? This used to work fine in 2025.1, but doesn't in 2025.3.
It is not a matter of MCreator version, but Minecraft version.
This action works differently on each MC version due to game developers changing the logic around this block constantly.