Started by
DenisX3
on
Topic category: Help with Minecraft modding (Java Edition)
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)
Topic category: Help with Minecraft modding (Java Edition)
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)
MCreator does not support Elytra yet!
Does it support elytra now?
.
nope!
it must support shields as well
does it support it now?
no
i think that they don't have plans for that yet
hope that mctoolkit will have 'em!
now?
nah
NOW????? jk i know they probably don't T-T
I found this plugin, but I don't know how to make a stable flight
https://mcreator.net/comment/182397
if someone succeeds, please show an image here
I used that plugin. Its working!!
no you cant make it
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:
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
You will only fly - if sprinting, then jump, and boost with firework rocket in main-hand. If not, you will only glide.
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.
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:
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.
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