Elite-Modding-Team / MoCreaturesExtended

Continued maintenance for Mo'Creatures in 1.12.2
https://www.curseforge.com/minecraft/mc-mods/mo-creatures-extended
GNU General Public License v3.0
17 stars 4 forks source link

Unable to carry tamed Pet Creature with Carry On Mod #160

Open Type-32 opened 3 months ago

Type-32 commented 3 months ago

Gives a NullPointerException on the Goat NBT on joining a world after the bug is replicated.

Replication Steps:

  1. Create a new world
  2. Tame and name a goat
  3. carry it
  4. Crash
  5. Rejoin world
  6. Crash on world loading stage

latest.log

ACGaming commented 3 months ago
at tschipp.carryon.common.item.ItemEntity.getEntity(ItemEntity.java:188)
at tschipp.carryon.common.item.ItemEntity.func_77663_a(ItemEntity.java:140)

Might be related to Carry On.

Type-32 commented 3 months ago

It's related to Carry On, just managed to replicate the issue on my end. But it only happens when you try to carry a MoCreature entity that's already turned into a pet.