Ender IO Forestry

Ender IO Forestry

954k Downloads

[1.12.2] Crash coordselector.TelepadTarget

bigenergy opened this issue ยท 1 comments

commented

Issue Description:

Put the block, then just does not go to server


Affected Versions (Do not use "latest"):

  • EnderIO: 5.0.36
  • EnderCore: 0.5.41
  • Minecraft: 1.12.2
  • Forge: 14.23.5.2772
  • SpongeForge? yes/no -> YES
  • Optifine? yes/no -> YES
  • Single Player and/or Server? ->Server and Single Player

Your most recent log file where the issue was present:

Crash link:
https://pastebin.com/3Sq3d7Xb

commented

This was caused by a lazy registration of the TelepadTarget IHandler, which apparently never actually ran before it was needed. I've refactored all the registrations to be explicit as well as organized all the handler classes into a consistent package structure.