Incompatibility w/ No Enchant Cap
Brittank88 opened this issue ยท 0 comments
Crash on server startup when extra.swap_conflicting_enchants
is set to anything other than banned
.
FabInjector picks up NEC's AnvilScreenHandler redirect and adds it to net/minecraft/class_1706;fabrication$allowConflictingEnchants
, however, this causes an invalid assignment from net/minecraft/class_1706
(AnvilScreenHandler
) to net/minecraft/class_1887
(Enchantment
) further down the line.