Create

Create

86M Downloads

[0.2] Missing entity type classification

Terpo opened this issue ยท 1 comments

commented

I am compiling 0.2 for myself to test some fancy new stuff. Currently my pack is crashing because Torchmaster is not checking for EntityType#getClassification is null.
In my opinion this should'nt be null but MISC.

see PR #93

In this class the NPE was thrown:
https://github.com/Xalcon/TorchMaster/blob/mc/1.14/src/main/java/net/xalcon/torchmaster/compat/VanillaCompat.java#L14

commented

I absolutely agree, thank you for providing the fix