Problem when I apply SlowFalling potion in procedure

Started by Namu3l on

Topic category: Troubleshooting, bugs, and solutions

Active 4 years ago
Joined Apr 2020
Points:
659

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
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.

Active 4 years ago
Joined Sep 2019
Points:
975

User statistics:

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

Can you post the line of code, thanks!

Active 4 years ago
Joined Apr 2020
Points:
659

User statistics:

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

Procedure:

​​una

The code:

code

Active 4 years ago
Joined Sep 2019
Points:
975

User statistics:

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

That's why...

Active 4 years ago
Joined Apr 2020
Points:
659

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
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.

Active 4 years ago
Joined Sep 2019
Points:
975

User statistics:

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

Change it and lock it...

Active 4 years ago
Joined Apr 2020
Points:
659

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
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.

Active 4 years ago
Joined Sep 2019
Points:
975

User statistics:

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

What Minecraft version are you using?

Active 4 years ago
Joined Apr 2020
Points:
659

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
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.

Active 4 years ago
Joined Sep 2019
Points:
975

User statistics:

  • Modifications: 1
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 507
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.

Active 2 days ago
Joined Aug 2017
Points:
942

User statistics:

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

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