Started by
azizjuaneten5858
on
Topic category: Help with Minecraft modding (Java Edition)
I'm going to make a car mod. But mcreator has a bad thing. They coded all living things based on horses. So my car goes in whichever direction I look. I want to build a car that always moves in the same direction no matter where I look, like a boat. Is there a way to make this?
You can make entities ride each other regardless of whether they're technically 'rideable,' and I think you should be able to look around freely if you're made to ride an entity that isn't preprogrammed with this behavior. You could, for example, make your car entity non-rideable, but then use procedures to force the player to ride that entity. Not entirely sure how well this would work, but it's worth looking into.
I'm wondering how this is done too. Because they found a solution to this in another forum, I tried it too, but this time the entity does not move. I want to be able to move our heads and also change the direction of the entity by pressing the A, D keys.