Crash when getting bounty box in creative
VoiidInVaiin opened this issue ยท 4 comments
Bug Report
Observed Behaviour
What happened: Tried to get the bounty box in creative, Once I clicked on the item to drag it.. the game crashed.
Crash log: https://pastebin.com/kmL4ihXV
Expected Behaviour
What should have happened: Should of being able to drag the item to my hotbar.
Minimal setup needed to reproduce
- Forge version: Forge-31.1.45
- Bountiful version: Bountiful-1.15.2-3.1.0
- Other mods: In Crash Log..
Steps to reproduce
How to recreate this: Try and grab the item in creative mode?
This one is peculiar, but it sounds like I made an assumption about the data Minecraft sending me and the assumption was wrong. I'll look into it!
Newer version of forge, same crash: https://pastebin.com/KWQCdqnf
I've figured it out. It looks like Project MMO is calling a client event and passing null
into the world for getBlockHardness
when transforming tooltips, and I naively assume that it's never null. I suppose I'm too trusting of other modders when programming :^)
A fix is coming real soon.
Fixed as of 1525424. The new version exists for 1.14 and 1.15 on CurseForge. Thank you!