Hello all!
First, I should mention I have only been working on mods for about a week now, so super new at this, and pretty new at writing code in general. I had zero Java experience before this week, so forgive my ignorance in advance...
I have designed a 3D model for a jet pack I want to mod into minecraft.
This is going to be part of a larger mod, but I am starting with the jet pack, because it sounded fun mostly.
I have already gotten some first steps down, making a small mod that added some blocks, ore, tools/weapons, a creative tab, a mob, and armor to the game.
I started to look into adding 3D models to my mod, and ended up designing a jet pack...
Now I want to use the model before I get back to the previous mod, which is nearly finished anyway.
I have been looking online for a while, but it seems if you search for any combination of flying, jetpack, and minecraft, all you get is a litany of mods that have already been made, and I can't find any tutorials to get me started.
I am thinking a key binding would work, but I want the jet pack to lift you when the space bar is held, and you would start falling when letting the space bar up. I am not sure if key bindings work in this way, and thought it might be quicker just to ask if anyone could give me a few pointers on what I am looking for, so I have something to reference when working out the mod...