Ascendant Spawners (0.0.0-beta.7)
Curse Maven Snippet
What's new
v0.0.0-beta.7 - Fix load-order cycle crash
Fixes a startup crash caused by a mutual ordering="AFTER" constraint between Ascendant Spawners and Ascendant Equipment.
Fix
- The optional
ascendant_equipmentdependency usedordering="AFTER", butascendant_equipmentalso declares this mod withordering="AFTER". The reciprocal ordering made a cycle that NeoForge cannot topologically sort, failing mod discovery (Mod Sorting failed. Detected Cycles) and preventing the client from starting. - Changed to
ordering="NONE"so the dependency remains optional without imposing an ordering edge. - Version floor for the optional
ascendant_equipmentdependency raised to[0.0.0-beta.5,).
Early development build. Textures are placeholders — final art is a separate, non-blocking follow-up. Ascendant Equipment is currently an optional dependency until this mod integrates with it; it will become required then (without a reciprocal ordering).
JAR: ascendant_spawners-26.2-neoforge-0.0.0-beta.7.jar
This mod has no additional files

