Started by
EvanMakesMods
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a mod with different mobs(Obviously) and the mob I'm working on is a reindeer. I am trying to get it to be rideable but I also want to be able to feed it. Not breed or anything just feed it for fun. But when I try to feed it, it just makes me ride it. I've tried disabling riding and using an if, do, else procedure but that won't work. Any ideas?
Here's an idea:
See if this works!
If you want, I could provide a procedure for you.
Ok, so I got that to work and made it where if the player is holding an apple, it will feed it and if not holding an apple then it will ride it. The problem is, I can't control it. If I play with the forward control settings and strafe control settings then it does nothing. Do I have to create a keybind to control the reindeer while riding it or is there a fix?