Ascendant Enchanting (0.0.0-beta.4)
Curse Maven Snippet
What's new
v0.0.0-beta.4 - Dependency version range fix
Fixes the mod failing to load when Common Toolkit and Ascendant Attributes ship as beta builds.
Fix
- Dependency version ranges for
common_toolkitandascendant_attributesused[0.0.0,), which rejects every beta build: Maven-style version comparison (used by NeoForge) ranks prereleases below the numeric release, so0.0.0-beta.X < 0.0.0. FML aborted at load with "requires 0.0.0 or above / Currently ... is 0.0.0-beta.X". - Ranges now use the actual beta floors:
[0.0.0-beta.1,)for Common Toolkit and[0.0.0-beta.2,)for Ascendant Attributes. - Compiled against Ascendant Attributes
0.0.0-beta.2.
Not affiliated with or endorsed by the original author.
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects

