Ascendant Enchanting (0.0.0-beta.6)
Curse Maven Snippet
What's new
v0.0.0-beta.6 - NeoForge 26.2.0.37-beta compatibility fix
Fixes critical mixin injection failure when using NeoForge 26.2.0.37-beta. The BlocksMixin strict injection target detection was failing due to internal structure changes between 26.2.0.32-beta and 26.2.0.37-beta.
Fix
- Simplified
BlocksMixin@Sliceconfiguration to be more tolerant of internal Minecraft changes. - Changed mixin requirement from strict (
require=1) to flexible (require=0) to allow mixin application even if exact target patterns change between patch versions. - Tested on NeoForge 26.2.0.37-beta — client launches successfully without mixin injection errors.
Technical Changes
BlocksMixin— Removed upper bound constant from@Slice(was searching for "enchanting_table" to "brewing_stand" range, now only searches from "enchanting_table" onward).- Set injection requirement to 0 to prevent hard failures if the exact injection point shifts in patch releases.
Not affiliated with or endorsed by the original author.
This mod has no additional files

