Cobblemon Routes

Create routes for cooblemon

File Details

cobblemon_routes-fabric-0.68.0.jar

  • B
  • Jun 26, 2026
  • 250.31 KB
  • 7
  • 1.21.1
  • Fabric

File Name

cobblemon_routes-fabric-0.68.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:cobblemon-routes-1584243:8321210"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Fixed — NeoForge launch crash

  • 0.67.0 crashed on NeoForge launch (Registry Object not present: capsule_pedestal): the shared client init resolved the capsule-pedestal block-entity type inside the NeoForge @Mod constructor, which runs before NeoForge populates the registry. The renderer is now registered per loader at a post-registry moment — Fabric from its ClientModInitializer, NeoForge from EntityRenderersEvent.RegisterRenderers (mod bus). Fabric was unaffected.

Changed — publishing

  • Modrinth now publishes a separate version per loader — Fabric as <ver>, NeoForge as <ver>+neoforge — instead of bundling both jars in one version (Modrinth Content Rules §5.7: one primary file per version). CurseForge keeps both files in the one release.