Ars Nouveau

Ars Nouveau

70M Downloads

When the glyph slot is full, sometimes the spell is displayed as invalid.

chengzi-sc opened this issue ยท 2 comments

commented

minecraft 1.20.1
ars_nouveau 4.12.4
enable more glyph slot
https://discord.com/channels/743298050222587978/1296730120568176700
Base Profile 2024 10 18 - 15 00 17 07 00_00_00-00_00_30

commented

It happened to me, and it's really confusing because there's no reason for the spell to be invalid... Will there be a fix?
@baileyholl

commented

https://github.com/baileyholl/Ars-Nouveau/blob/1.20/src/main/java/com/hollingsworth/arsnouveau/client/gui/book/InfinityGuiSpellBook.java#L655

Image
recipe.addAll(spell.subList(Math.min(spell.size(), craftingCells.get(craftingCells.size() - 1).slotNum + 1), spell.size()));