RegisterEvent Dispatch Error
velox-resurrected opened this issue ยท 4 comments
Issue type:
- ๐ Bug
Short description:
Minecraft crashes, and when reviewing and reporting other mods, noticed that there was RegisterEvent error being reported.
Steps to reproduce the problem:
I noticed it after updating to the latest Create 6.x version, but might be unrelated. It happens when starting up the game. It mentions "Cannot invoke "net.minecraft.world.level.ItemLike.m_5456_()" because "p_41604_" is null" and references EvilCraft and BroomParts.
Expected behaviour:
Game should load without error.
Versions:
- This mod: EvilCraft 1.2.51
- Minecraft: 1.20.1
- Mod loader version: Forge- 47.3.12
Log file:
Does #1104 describe your issue?
Does #1104 describe your issue?
No, it does not. My issue is during the bootup of the game.
I suspect that another mod in your pack is causing some items to not get registered properly, or register events to be emitted in an incorrect order.
There may also be indications in your full Forge log that may help pinpointing the problem.
Could you try identifying the mod that causes the issue, and report it to their issue tracker and link back here?