How do i make boots give you speed? (SOLVED)

Started by MinecraftFan2094 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do i make boots give you speed? (SOLVED)
Fri, 02/06/2026 - 22:26 (edited)

first of all i use Mcreator 2025.2 (i'll update this if no one can find out the answer by 2025.3 and up) and neoforge 1.21.4 (21.4.137) (i'll update this if no one can find out the answer by 2025.3 and up.) So i want to make boots in my mod that makes you get speedbut i only started mcreator this year.

Edited by MinecraftFan2094 on Fri, 02/06/2026 - 22:26
Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a procedure for your…
Thu, 09/25/2025 - 19:26

Make a procedure for your boots in the Triggers tab of your boots. In that panel, find one for "when the player equips the boots". Create a new one with plus sign. Then, make the player run faster in that procedure.

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can you give me a image?
Thu, 09/25/2025 - 20:58

can you give me a image?

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
there is no "when the player…
Wed, 02/04/2026 - 02:29

there is no "when the player equips the boots"

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In the armors element, find…
Thu, 02/05/2026 - 18:37

In the armors element, find the Trigger Tab, and then add a boots tick event procedure, then you could either change the players attribute or give the player a speed potion effect for a few ticks (there are probably better ways to do this but these are the simplest ones)

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i meant to remove this as i…
Fri, 02/06/2026 - 22:26

i meant to remove this as i removed the mod trhat was being made