Problem when I apply SlowFalling potion in procedure

Started by Namu3l on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 19:10, 19. Jun 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Problem when I apply SlowFalling potion in procedure

When I apply a SlowFalling potion in a procedure, a speed potion is applied. Any ideas why this happens? Thanks.

Last seen on 04:35, 17. Jan 2021
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you post the line of…
Thu, 06/04/2020 - 14:35

Can you post the line of code, thanks!

Last seen on 19:10, 19. Jun 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedure: ​​ The code:
Thu, 06/04/2020 - 15:18

Procedure:

​​una

The code:

code

Last seen on 04:35, 17. Jan 2021
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That's why...
Thu, 06/04/2020 - 15:24

That's why...

Last seen on 19:10, 19. Jun 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No, no... The code is…
Thu, 06/04/2020 - 15:30

No, no... The code is generated automatically like this. And I can't change it.

Last seen on 04:35, 17. Jan 2021
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Change it and lock it...
Thu, 06/04/2020 - 15:31

Change it and lock it...

Last seen on 19:10, 19. Jun 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I can not. I can put others,…
Thu, 06/04/2020 - 16:46

I can not. I can put others, but SLOW_FALLING is not recognized as valid. I've already tried.

Last seen on 04:35, 17. Jan 2021
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What Minecraft version are…
Thu, 06/04/2020 - 17:35

What Minecraft version are you using?

Last seen on 19:10, 19. Jun 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
1.12.2 Maybe for that reason…
Thu, 06/04/2020 - 18:03

1.12.2

Maybe for that reason... I can't think of anything else.

Last seen on 04:35, 17. Jan 2021
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well, I can't get my 1.12.2…
Thu, 06/04/2020 - 18:08

Well, I can't get my 1.12.2 test environment to work. So I am going to have to leave this thread. If you were to update, this is your code;

        playerIn.addPotionEffect(new EffectInstance(Effects.SLOW_FALLING, 10, 1));

Though, I will try to set back up my 1.12.2 test environment.

Last seen on 21:55, 16. Oct 2022
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Wasn't slow falling…
Thu, 07/02/2020 - 22:14

Wasn't slow falling introduced in 1.13? That may be your problem