Tags
Creators
Details
1.4.1
Compatibility
Required content
Changes
cobblemon-flan 1.4.1
✨ Added
- Three new claim permissions, allowed by default:
pokemon_pccontrols using the PC in a claimpokemon_healcontrols using the Healing Machine in a claimhoney_lurecontrols placing honey lures (a honey bottle on a saccharine log) in a claim
- Wild-spawn protection now lets honey-lure spawns through even when normal wild spawns are blocked.
🐛 Fixed
- Poké Ball catching in claims is now governed only by
pokemon_catch. Previously Flan treated a thrown ball as a generic attack and could block/discard it before the catch rule
ran — and in some setups this crashed the server. Directly hitting a Pokémon (melee, arrows) still follows Flan's normalhurt_animalrule. - New settings no longer load disabled after upgrading from an older config — missing options now fall back to their defaults instead of silently turning off.
⚙️ Changed
- All claim permissions now default to Allowed. Pokémon actions work by default inside claims, and claim owners turn individual permissions off as they wish.
⚠️ Upgrade note: because the defaults changed, claims that never explicitly set a permission will now allow battling and riding use by default (these were denied by default before). Re-check any claims that relied on the old default-deny behavior.
Requires: Minecraft 1.21.1 · Fabric · Cobblemon 1.7.3+ · Flan 1.12.0+
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:NtCSa71H:tpvEsnCq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NtCSa71H:tpvEsnCq"
}

