Create new effects

Started by Rivalz on

Topic category: Help with modding (Java Edition)

Last seen on 18:47, 24. Jun 2023
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Create new effects

Hi there everybody! Newbie here, I wanted to know if it is possible to create a new effect and if it is possible could you please explain me.

I want to make a mod that when you wear a special type of boots you cannot jump.

Thanks in advance for the replies! :)

Last seen on 23:35, 30. Oct 2023
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Whitout coding, in any…
Tue, 10/05/2021 - 18:12

Whitout coding, in any mcreator version lower to 2021.2, Is realy hard

In 2021.2 effects are Easy to do because there's a entire section for make it's (like a living Entity, block, item, etc)

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
effect active tick …
Tue, 10/05/2021 - 19:15

effect active tick 

procedure: override motion of event target entity to get X velocity 0 get Z velocity

Last seen on 18:47, 24. Jun 2023
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks a lot for the help!…
Wed, 10/06/2021 - 18:44

Thanks a lot for the help!

So I have clicked potion effect and I have left two unchecked boxes (good and bad effect) because I don't think that I need that for my mod.

After that I went to triggers and pressed the plus button for "when effect started/applied" now I am at procedure and I have added the "attempt to overrite motion vector of Event/target entity" and it has 3 variables Vx,Vy,Vz. I know that I need to set Vz to 0 like this my character wont be able to jump. But I don't know how to not overwrite Vx and Vy Image

 

Sorry if my problem is dumb this is the first time that I am making a mod.

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no, set Vy to 0 and Vx to…
Wed, 10/06/2021 - 18:56

no, set Vy to 0 and Vx to Get X  Movement of Event Target entity and Vz to Get Z Movement of Event Target Entity

Last seen on 18:47, 24. Jun 2023
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have run into another…
Sat, 10/09/2021 - 19:30

I have run into another problem I have done the visual and properties part of the armor but now I am at the triggers part and I get "not supported" what should do :(

Last seen on 18:47, 24. Jun 2023
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Never mind I am dumb, fabric…
Mon, 10/11/2021 - 15:02

Never mind I am dumb, fabric plugin doesn't allow me to do that.

Anyway thanks a lot for helping me RexCerv :)