Trinket Integration NEI crash
sleepy-evelyn opened this issue ยท 3 comments
Mod loader
Fabric
Minecraft version
1.18
Botania version
1.18-424
Modloader version
Fabric Loader 0.12.8, Fabric API 0.44.0+18
Modpack info
All of Fabric 5
The latest.log file
https://gist.github.com/profjb58/9086d04bf4cd5eb2a61c33f45f320e29
Issue description
Crash whilst hovering over the lava pendant whilst using Not Enough Items.
Seems to be an issue with Trinkets integration. An optional value is equating to null
.
Only thing I could think of is maybe this item is assigned additional NBT data once it's crafted / made and that data is just blank when displayed in NEI
Steps to reproduce
- Hover over the Lava Pendant in NEI
- Crash...
Other information
No response
Cannot reproduce with base AoF5. The renderer is very simple and doesn't read any data from the item, and the NPE is on the model of the worn pendant, from being rendered on an another player. (AK9 in this case, smells like the official AoF5 server)
Do you have the full game log?
Also, I saw mentions of Dashloader from you on the AOF discord. Are you sure it isn't a fault of Dashloader?
Good point, apologies I forgot about dashloader. I'll re-try with and without to see what happens.