Crash when attempting to take items from JEI when using a datapack that adds extra trinket slots
beholderface opened this issue ยท 0 comments
Mod Loader
Fabric
Minecraft Version
1.19.2
Botania version
1.19.2-439
Modloader version
Loader: 0.14.19, API: 0.76.0
Modpack info
N/A
The latest.log file
Issue description
Pretty much exactly as the title describes, I can't think of any other information to put here
Crash report: https://pastebin.com/SDWBjeEn
Datapack: https://github.com/beholderface/ExtraTrinkets
Steps to reproduce
- Create a Minecraft instance with only JEI, Trinkets, and Fabric API
- Create a world and enable a datapack that adds extra trinket slots
- Attempt to grab an item from JEI, with cheat mode on
- Observe that it does not crash
- Add Patchouli and Botania to the instance, and enter the world with the datapack enabled
- Repeat step 3
- Observe the crash
Other information
Versions:
- JEI: 11.5.2.1007
- Patchouli: 1.19.2-77
- Trinkets: 3.4.2
I asked in Emi(the creator of Trinkets)'s discord about this issue, she didn't have any idea what was going wrong beyond the IndexOutOfBoundsException in the crash report seemingly referring to an out-of-bounds item slot. BluKat in that discord theorized that the issue is related to a mixin on Botania's end, so here I am with this issue report.