AlmostReliable / summoningrituals

A Minecraft mod to create custom summoning rituals for items and mobs.
https://www.curseforge.com/minecraft/mc-mods/summoningrituals
GNU Lesser General Public License v3.0
10 stars 5 forks source link

Crash with Blue Skies #5

Closed hainkiwanki closed 2 years ago

hainkiwanki commented 2 years ago

Version

1.18.2

Crash Report

https://pastebin.com/P78tjcnn

Log

No response

Additional Context

No

Modifications

No response

Did the crash happen in singleplayer or on a server?

Singleplayer

rlnt commented 2 years ago

For future reference, if anyone finds this:
JEI does not support multiple mods registering a new ingredient type for the same target class. For the block below the altar, I registered an ingredient type that targets block states and Blue Skies seems to do the same thing (I say "seems" because they decided to make their mod closed source .-.) which results in a crash.
The new approach to fix this is to use another target class e.g. a wrapped block state to avoid having the same target.