TagnumElite / ProjectE-Integration

ProjectE Support for selected mods
https://www.curseforge.com/minecraft/mc-mods/projecte-integration
Other
11 stars 13 forks source link

Error on startup #139

Open festro opened 2 days ago

festro commented 2 days ago

Prerequisites

Details

Description

Stops loading on startup giving an error

Expected behavior

A clear and concise description of what you expected to happen. the game to load and not give an error?

To Reproduce

Steps to reproduce the behavior:

  1. Do This
  2. Do That
  3. Then This

Logs

The error I receieve ProjectE Integration (projecteintegration) encountered an error during the common_setup event phase java.lang.ClassCastException: class com.tagnumelite.projecteintegration.addons.IceAndFireAddon$IAFDragonForgeMapper

TorinnTheDragon commented 1 day ago

Seems to me an issue with Ice and Fire mod to me

festro commented 1 day ago

That's what I figured, disabling either of the mods and the game runs fine.

TorinnTheDragon commented 22 hours ago

That's what I figured, disabling either of the mods and the game runs fine.

If you just go back to version 7.2.2 seems to work just fine till they fix the issue

Cause I'm having the exact same issue on my modpack too.

TagnumElite commented 5 hours ago

Yeah, I was planning to fix this yesterday but the modmaven was down. Will try to take another crack at it today before work.

On Fri, 20 Sept 2024, 15:33 TorinnTheDragon, @.***> wrote:

That's what I figured, disabling either of the mods and the game runs fine.

If you just go back to version 7.2.2 seems to work just fine till they fix the issue

— Reply to this email directly, view it on GitHub https://github.com/TagnumElite/ProjectE-Integration/issues/139#issuecomment-2363749565, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRSLOLKS2QKS7FJXYH7WITZXQPZJAVCNFSM6AAAAABOPPFOCKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRTG42DSNJWGU . You are receiving this because you were assigned.Message ID: @.***>

TagnumElite commented 3 hours ago

Found the issue, I forgot to change the @CustomRecipeMapper to @RecipeTypeMapper because IaF moved to RecipeTypes. Will push the fix now.