crazysnailboy / EnchantingTable

MIT License
2 stars 2 forks source link

Crash when trying to create entity during mod initialization causes incompatibility with DimDoors #7

Closed Runemoro closed 6 years ago

Runemoro commented 6 years ago

In our mod DimDoors, we're creating an entity during mod initialization to save its NBT.

That causes EnchantingTable to fail to load the CapabilityHandler.Provider class: https://hastebin.com/raw/memabiyavo

brisingraerowing commented 6 years ago

This appears to be similar to the issue I reported for 1.10.2 (same exception type and stack trace). Likely the same cause.

crazysnailboy commented 6 years ago

Apologies for the delayed response, and many thanks for the PR :) I've published v1.1.3 which includes your change, hopefully this will resolve the issues people are having.

Thanks again - please let me know if you get any more problems.