Slowing down the fall of a creature. HELP PLS!

Started by _RedLine_ on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Slowing down the fall of a creature. HELP PLS!

 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?

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
set its gravity attribute to…
Thu, 03/06/2025 - 15:07

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