/
This server-side mod does just that!
By default, after installation and first launch, it generates config that requires pokemon to hold a saddle:
cobblemon_conditional_riding.json
{
"debug": false,
"enabled": true,
"rulesets": {
"global": {
"enabled": true,
"message": "conditional_riding.failed_ruleset.global",
"rules": [
{
"variant": "held_item",
"itemCondition": {
"items": "minecraft:saddle"
}
}
]
}
}
}
Seems easy, right? But, what if you want more?
Don't worry, this mod got your back!
![Conditional Riding [Cobblemon]](/_next/image?url=%2Fapi%2Fproxy-image%3Furl%3Dhttps%253A%252F%252Fcdn.modrinth.com%252Fdata%252FbS53FEgC%252Fa4e23001d907e668bcb35eca8e68f400151ad0b4.png&w=256&q=75)
Allows to configure ability to ride pokemans via simple config!