Started by
Jonaaaaaa
on
Topic category: Help with Minecraft modding (Java Edition)
hello, i want to make gravity effect(lower falling without slowfalling) thing, but in all tutorial need velocity procedure block, but i cannot find it or maybe the procedure changed? idk
i want to get velocity of entity/player but idk the procedure where, or theres different way to make gravity effect someone can helpme?
t
same
Can't find them either
Try delta x/y/z speed of entity
The delta movement blocks are the velocity blocks, the names were simply changed.
Contrary to what some say, delta movement only indicates the direction in which your entity is moving. I did several tests because I wanted to create running and walking animations depending on speed, but I realized that delta motion indicates how much the entity is moving in a given direction. Therefore, even if it is moving, the delta motion can be negative, as you can see in the image where I punched the mob to a negative coordinate, with the left representing the x-axis and the right the z-axis. That is, delta motion cannot be used to collect speed differences, as some say, because it would be impossible to obtain a fixed value for comparison. Perhaps it is useful for creating something more specific or just to identify if the entity is moving. It can also be used to check if the entity is moving to a negative or positive coordinate.
https://ibb.co/Q7YTRz80 the image is on this link to those who want to see, i couldnt put it in the chat