This repository was archived by the owner on May 26, 2018. It is now read-only.

Description
After using EntityRegistry.instance().lookupModSpawn(, ).getModEntityId() to attempt to get the entity id of a monster I added, I noticed it never gave me the correct value. After a bit of time I figured out that getTrackingRange() gave the correct entity id while getModEntityId() would return the tracking range. Somewhere the values are being switched.