KnightMiner / Inspirations

Mod adding various smaller features to Minecraft
MIT License
44 stars 18 forks source link

{MOD CONFLICT} CRASH when brewing potions in a cauldron with Inspirations, Supplementaries & survival essentials installed #222

Closed Cynix32 closed 2 years ago

Cynix32 commented 2 years ago

Describe the bug Inspirations mod adds a way of crafting potions using a cauldron. Brewing potions that way causes a crash when survival essentials mod is also installed Referencing omegaleo/mc-survessentials-mod#14

Versions (please complete the following information): windows 10 forge 36.2.8 java 8 mc 1.16.5 Inspirations-1.16.5-1.2.3.38.jar Mantle-1.16.5-1.6.127.jar

Other mods required selene-1.16.5-1.8.1.jar supplementaries-1.16.5-0.17.6.jar survivalessentials-1.16.4-1.5.0.jar List any other mods required to reproduce this issue. Test by running the game with minimal mods. I have done meticulous testing of my modpack with almost 500 mods, and have done confirmatory testing to narrow it down to just all these mods installed.

KnightMiner commented 2 years ago

Telling me something crashes without providing a crash report is useless. Give me a crash report or I cannot help you.

Cynix32 commented 2 years ago

oh right I forgot, i thought I pasted the pastebin link so here it is: https://pastebin.com/hRdPPP1Z

KnightMiner commented 2 years ago

Looks like someone is returning a null itemstack as a result from the brewing itemstack getter. Null itemstacks have been illegal since 1.11, so someone is doing something dumb. Not certain who as the stacktrace does not tell me which recipe is to blame

Edit: looked in their source code for about 5 seconds, its mc survival essentials

KnightMiner commented 2 years ago

Closing as fixed in the other mod.