FoundationGames / Sandwichable

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

Game crashes while trying to render a blank sandwich #17

Closed Neubulae closed 4 years ago

Neubulae commented 4 years ago

How to reproduce: 1.Decides to give yourself a sandwich table thru commands 2.Accidentally gave yourself a sandwich 3.??? 4.Profit

FoundationGames commented 4 years ago

Sandwiches with null tags render as barriers. From some of your other bug reports, I kinda get the feeling that you are using a mod that somehow applies nbt tags to all items, and it's causing NPEs because the correct tags are null. I'll leave this issue open because that IS my bad for not checking which NBT tags are not null. Thanks for the bug testing!