TheLMiffy1111 / JAOPCA

A mod that aims to add ore processing compatibilty to many mods. Inspired by AOBD.
MIT License
40 stars 34 forks source link

Missing mekanism ore processing items in Direwolf20 1.19 #264

Closed xBoBx78 closed 1 year ago

xBoBx78 commented 1 year ago

Missing all shards, dirty dusts, clumps, and crystals from mekanism when running on direwolf20 1.19 modpack. The clean/dirty slurries still exist with the recipes. Sounded similar to issue #260 but I was already running 4.2.4.7.

Updating to 4.2.5.8 and removing FastSuite did not resolve the issue.

Attaching debug.log: debug.log

TheLMiffy1111 commented 1 year ago

Can you try reporting this issue to FTB? I tried running Direwolf20 with only the mods and the recipes loaded normally, so it might be the configs or the scripts.

TheLMiffy1111 commented 1 year ago

Found the problem, Direwolf20 removed most of the JAOPCA items for unification, causing many of JAOPCA's recipes to not be added. Report to FTB.

Temporary fix would be to go to <KubeJS Folder>/startup_scripts/global.js and remove all JAOPCA items from the global['unUnified'] list.

xBoBx78 commented 1 year ago

Thanks @TheLMiffy1111 I'll reach out to FTB.