TheCBProject / EnderStorage

MIT License
60 stars 34 forks source link

[1.16.5] Client crash #175

Closed zISKo666 closed 2 years ago

zISKo666 commented 2 years ago

Hey there,

I have a client crash when ever i try to login to my server.

Crash report: https://pastebin.com/EAnY2mbX

Kind regards zISKo

covers1624 commented 2 years ago
Caused by: java.lang.NullPointerException
    at slimeknights.tconstruct.tools.logic.EquipmentChangeWatcher.attachCapability(EquipmentChangeWatcher.java:74) ~

Entities can have a null world for rendering purposes on the client.

TinkersConstruct does not appear to be aware of this.