Help with Elytra/Wings

Started by DenisX3 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with Elytra/Wings

Hi everyone! I'm trying to create a copy of elytra for my mod but i can't find anything helpful, anyone can help?

(Sorry for bad english i'm Italian)

Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
MCreator does not support…
Fri, 06/28/2019 - 14:33

MCreator does not support Elytra yet!

Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Does it support elytra now? .
Sun, 02/16/2020 - 00:08

Does it support elytra now?

.

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it must support shields as…
Fri, 05/08/2020 - 12:23

it must support shields as well

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
does it support it now?
Fri, 03/05/2021 - 20:51

does it support it now?

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i think that they don't have…
Mon, 03/08/2021 - 17:32

i think that they don't have plans for that yet

hope that mctoolkit will have 'em!

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
nah
Wed, 06/23/2021 - 07:34

nah

Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I used that plugin. Its…
Sun, 09/19/2021 - 07:52

I used that plugin. Its working!!

Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no you cant make it
Sun, 09/19/2021 - 12:56

no you cant make it

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It works, just make sure you…
Fri, 10/22/2021 - 03:15

It works, just make sure you follow every pointer given. 

First ... I am using MCreator 2021.2, for a 1.16.5 mod. Have not tested it in a different version. You must have installed the following plugin:

elytra flying plugin

link - https://mcreator.net/plugin/71402/fly-procedures

Download and install all of them. Don't know why ... but that is how it works for me.

Make sure it shows in MCreator, double ... triple-check it. Now, after importing your *.java model and textures add it or them as an armor chestplate (you could get creative and add is as whatever other piece you like). When done, save that mod element.

Create a standalone procedure - you will use it later. Let's call it FlyElytra

elytra flying standalone procedure 2

You will only fly - if sprinting, then jump, and boost with firework rocket in main-hand. If not, you will only glide.

 

Why the stopsound? "dubled elytra soundtrack while flying with armor" - have not found a fix yet.

reference: (rDonutowiec comment in my own mod)

https://mcreator.net/modification/78806/custom-3d-elytraarmor

 

OK. Time to create a procedure for the armor piece. It must be like this (only difference - the armor icon and the name of the called procedure).

This is very important. - Make sure you change it to "On player tick update", also holds a maximum of 10 items at a time. For more add a separate Flow Control. - This is very important.

elytra flying procedure 1

This is very important. - Make sure you change it to "On player tick update", also holds a maximum of 10 items at a time. For more add a separate Flow Control. - This is very important.

Example of maximum amount:

chestplate or wings procedure example

You can also set it if full set is equiped - Call Procedure.

Finally go back to your armor and link the procedure to your armor piece or set.

Body Armor tick event

Save and test.

 

Hope it helps

 

End result showcase - https://www.youtube.com/watch?v=LHHixwBAoG8&t=5s

Other tests here - https://www.youtube.com/channel/UCY_IZ1RHONXo2-N0wUNc-SQ/videos