Draconic Evolution

Draconic Evolution

79M Downloads

Dragon Heart registers itself to Entity.class DataManager

williewillus opened this issue ยท 6 comments

commented

This causing offsets in all subclasses of Entity, possibly affecting Botania in multiple ways (VazkiiMods/Botania#2114).

We shouldn't be adding datawatcher to entity classes that aren't ours, and it seems like this one was an oversight here

That should be EntityDragonHeart.class not Entity.class

Thanks!

commented

unfortunately, I haven't been able to reproduce it myself. it's a bug either way, so I'll just have to wait and see until the next versions get in SF/DW20

commented

#datclasscommentdoe.
Seems like a simple fix, ill push it.

commented

Just tested, no longer crashing on Sky Factory 3.0.4!

commented

This issue has been fixed for version 1.10.2
Is there a fix for version 1.7.10?

I'm playing modpack Divine Journey and have next crashlog: https://pastebin.com/mQNmAETp
I think the error is related to the current topic.

commented

No, this issue doesn't apply to vanilla versions 1.8 and below, because the data watcher doesn't work the same way in those versions. This isn't your problem most likely