LemADEC opened this issue 6 years ago ยท 1 comments
As found while analyzing a profile for another issue regarding the Transcendence modpack: GolemHandler.isGolem() is doing lookup into forge registry every tick, consumming 1.40% doing so. Consider using instanceof or cached entityId instead.
already fixed in dev