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
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@Modconstructor, which runs before NeoForge populates the registry. The renderer is now registered per loader at a post-registry moment — Fabric from itsClientModInitializer, NeoForge fromEntityRenderersEvent.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.