Help on friction setting player on fire (Speedster)

Started by ghostyface on

Topic category: Help with MCreator software

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help on friction setting player on fire (Speedster)
Thu, 01/30/2025 - 16:07 (edited)

Hi, so I'm making a custom superhero mod and decided to add Speedsters in (being one of the most famous superpowers). It was working pretty ok, if you pressed a button your speed increased and etc, but then I decided to add some "realism", so if you were running without a friction proof supersuit (which I was already moddeling in Blockbench) you would catch on fire. I don't know what I did wrong and I found no tutorial out there to help me.

 I don't know how to add images, but if necessary I could try to replicate the code here.

 

 

 

Edited by ghostyface on Thu, 01/30/2025 - 16:07
Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if player base walk speed…
Fri, 01/31/2025 - 04:49

if player base walk speed parameter = *number you want* 

   if get item from armor slot 1 = "your boots" AND get item from armor slot 2 "chestplate" etc.

      do nun

else

   place minecraft:fire at x y z

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you very much, i'll…
Fri, 01/31/2025 - 17:15

Thank you very much, i'll look into it!

👍