Draconic Evolution

Draconic Evolution

77M Downloads

Delet This... NULL_AABB crashes the game when a mob tries to path onto the block returning a null bounding box

Stapleton opened this issue ยท 1 comments

commented

Base information

  • Minecraft version: 1.12.2
  • Mod version: 2.3.7.278
  • Minecraft Forge version: 2573
  • Mod Pack: FTB Revelation (Tested with 1.1.0 and 1.2.0)

Crash report

https://gist.github.com/OscarXcore/f7ccf37c75f9e4449af4456475e9634d

Culprit block with line that is causing the issue
https://github.com/brandon3055/Draconic-Evolution/blob/master/src/main/java/com/brandon3055/draconicevolution/blocks/PlacedItem.java#L138

Image of items on the blocks that are near the entity crashing the game (after the entities were removed with MCEdit so the gosh dang game would actually load into the world)
https://cdn.discordapp.com/attachments/398313177445695508/398467863519821835/unknown.png
Take note of the coordinates that are shown underneath Journeymap and then the coordinates that are shown in the crashlog above.

The placed items were the only blocks within a 16 block range of the chickens pathfinding area that were either returning or had a chance of returning a NULL_AABB with the getBoundingBox method.

commented

Will be fixed in the next release.