TwelveIterationMods / CookingForBlockheads

Minecraft Mod. Adds a cooking book and multiblock kitchens that only shows recipes you can make with what you currently have in your inventory.
https://mods.twelveiterations.com/mc/cooking-for-blockheads/
Other
79 stars 76 forks source link

Crashing when crafting food. #618

Closed FishusChrist closed 1 year ago

FishusChrist commented 1 year ago

Minecraft Version

1.16.x

Mod Loader

Forge

Mod Loader Version

36.2.34

Mod Version

1.16.5-9.3.4

Describe the Issue

When shift crafting stacks in the cooking table the game closes suddenly without an error message.

Logs

https://drive.google.com/file/d/1sJRpzRFpMB11XJGgXNh7azG5R59SqlTJ/view?usp=sharing

Do you use any performance-enhancing mods (e.g. OptiFine)?

No performance enhancing mods.

BlayTheNinth commented 1 year ago

Please upload logs on gist or pastebin so they can be accessed without needing a login.

FishusChrist commented 1 year ago

Please upload logs on gist or pastebin so they can be accessed without needing a login.

Here, I think this is correct: https://gist.github.com/FishusChrist/019693d796f55f1b357776c2757a2ec6 -- sorry for the inconvenience.

BlayTheNinth commented 1 year ago

This is caused by Inventory Profiles Next:

Caused by: java.lang.NullPointerException: inventory must not be null
    at org.anti_ad.mc.ipnext.event.LockSlotsHandler.isMappedSlotLocked(Unknown Source) ~[?:?]
    at org.anti_ad.mc.ipnext.event.LockSlotsHandler.isQMoveActionAllowed(Unknown Source) ~[?:?]
FishusChrist commented 1 year ago

This is caused by Inventory Profiles Next:

Caused by: java.lang.NullPointerException: inventory must not be null
  at org.anti_ad.mc.ipnext.event.LockSlotsHandler.isMappedSlotLocked(Unknown Source) ~[?:?]
  at org.anti_ad.mc.ipnext.event.LockSlotsHandler.isQMoveActionAllowed(Unknown Source) ~[?:?]

That helped, Thank you.