Quark Oddities

Quark Oddities

22M Downloads

Crash with WAILA

Polar0634 opened this issue ยท 1 comments

commented

https://github.com/Vazkii/Quark/blob/c09dab8115888e4c11f852a4257081e18636105f/src/main/java/vazkii/quark/oddities/entity/EntityTotemOfHolding.java#L193

This can be null clientside, and NBT does not allow null strings. replacing owner with owner == null ? "" : owner would solve it.