FoundationGames / Sandwichable

Customizable Sandwich mod for Minecraft
MIT License
32 stars 28 forks source link

Fermenting milk bucket tooltip crash #14

Closed emilyploszaj closed 4 years ago

emilyploszaj commented 4 years ago

Hovering over a fermenting milk bucket in the creative inventory (potentially elsewhere) causes a null pointer exception. Using sandwhichable-v1.0.2--1.15.x.jar in an unreleased version of All of Fabric 2.

FoundationGames commented 4 years ago

That is strange, the bucket is supposed to display a "No Properties" tooltip if its tag is null. I will see if I can implement a fix, since I have not encountered NPEs from hovering over a null bucket.

emilyploszaj commented 4 years ago

Ah, I assume it was null because I got it from REI.

FoundationGames commented 4 years ago

The tag being null is not an issue, the issue is a tag being present but the actual data not being there.