#Is there a way to make specific non mountable mobs rideable?
1 messages · Page 1 of 1 (latest)
<@&1201956957406109788>
💬 While you wait, take this time to provide more context and details.
🙇 After a while, hit the Summon Helpers button to ping the helper team. They'll be happy to help you
✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve
Well unfortunately that isn't a "just" kind of ask.
Assuming you're in latest versions, we do have the /ride command which you can use to get the player riding a mob.
You'd need some way to trigger that command, such as a player_interacted_with_entity advancement which may or may not work depending on the mob.
You would also need some way to control the mob, because just riding it doesn't give the same degree of control that a horse or even a pig has. You'd need to make that yourself
so a mod would be the best option then
Well a mod is always going to be the best option for most anything if you have the ability
The draw of data packs is that they're generally more accessible for users and creators, with a lower barrier to entry
makes sense