Heya! I've decomp'd all of the mods whose manuals/books I want to be able to use in the Akashic Tome and have gotten their classnames and placed them in the Item Class Blacklist part of the config. Since the Akashic Tome works by adding NBT to the book that is currently active in the "tome", and then adding a PlayerInteractEvent.LeftClickEmpty event listener to listen for left-clicking air while holding a converted item with the Akashic Tome NBT. Even with each item that I can possibly put in the Akashic Tome added to the Class Blacklist, I'm still unable to revert a book/manual back to the Tome.
Heya! I've decomp'd all of the mods whose manuals/books I want to be able to use in the Akashic Tome and have gotten their classnames and placed them in the
Item Class Blacklist
part of the config. Since the Akashic Tome works by adding NBT to the book that is currently active in the "tome", and then adding aPlayerInteractEvent.LeftClickEmpty
event listener to listen for left-clicking air while holding a converted item with the Akashic Tome NBT. Even with each item that I can possibly put in the Akashic Tome added to the Class Blacklist, I'm still unable to revert a book/manual back to the Tome.Removing Immersive Combat resolves this issue.