Started by
JoPedro_Café
on
Topic category: Help with Minecraft modding (Java Edition)
Hello everyone, I would like to create vehicles that can be controlled using the "W", "S", "A", and "D" keys, with free head movement, similar to vanilla boats or MrCrayfish's Vehicle Mod! I have tried searching online for resources, but unfortunately, I haven't found anything helpful. Could someone please review my code or provide a tutorial? I am a beginner in this area.
You could make a new mob, model your vehicle, and check every "can ride" box. I like to use Geckolib to model and animate mobs, but importing it properly can be a hassle if you don't know what you're doing.