Started by
Draez
on
Topic category: Help with Minecraft modding (Java Edition)
I'm not doing any coding at all, but if I need to make a custom element I need the full steps on how to do that and what the code is exactly. But If I don't need to code then I really need help. I did a bunch of research and no one has any videos or any other forums that can help me. When I make the mob ridable and make it a flying mob, I cant go up or down. I don't want it to be controlled by a head movement. Like a button. For example space bar to go up.
You will probably need to add keybinds for affecting the y velocity of the helicopter. This may, however, clash with existing keybinds (e.g. trying to use space for both jumping and rising, or shift for both sneaking and lowering). The up and down arrows are good options, since they aren't used by default. Simply create keybinds with your desired keys, and set them so that when you press them, it runs a procedure that changes the y velocity of the entity you are riding.
Hope this helps!
please take me screenshot`s hom make this procedure on key bind
Screenshot`s* how**
https://twitter.com/i/status/1260234919239987201
Credit Pylo dev on twitter
If you want to have a vertical Movement controller (up and down via keybind) use this
https://mcreator.net/forum/70789/tutorial-how-create-vertical-movement-…