Started by
_RedLine_
on
Topic category: Help with Minecraft modding (Java Edition)
I am developing a mod for version 1.12.2 of Minecraft using MCreator version 2021.1. I need to know how to reduce the fall speed of a creature, as the slow falling effect does not work in this version. What methods or possibilities exist to achieve this goal?
set its gravity attribute to be multiplied by 0.5(half gravity) or 0.1(for even stronger). You can simply use the "set base value of [] attribute" block, select "gravity" for the attribute and set it to ("get base value attribute [] of entity" block)*0.1