jaredlll08 / ModTweaker

ModTweaker is an addon for CraftTweaker, which provides Integration for an amount of mods.
MIT License
68 stars 63 forks source link

Removing the last page of a Botania Lexicon entry causes an IndexOutOfBoundsException #643

Closed nihiltres closed 6 years ago

nihiltres commented 6 years ago

If you remove the last page of a Lexicon entry, it causes an IndexOutOfBoundsException.

This is because a line adding a log entry about removing the page refers to the index after removing it, rather than before.

This can be trivially fixed by swapping lines 35 and 36 of RemovePage.java.