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

[1.19] Recipes do not get added when FastSuite is added #260

Closed sciguyryan closed 1 year ago

sciguyryan commented 1 year ago

Hi!

I've run into a weird issue and I'm not sure if it's configuration issue or an actual bug.

I'm running a custom mod pack that have several ores that can be processed with Mekanism using JAOPCA, but the fluids and items don't appear to have any associated recipes. One of them is Nickel, the clean and dirty slurry fluids are present, but there are no recipes associated with them. The slurry would usually first be cleaned, then crystallized into crystals. The crystal items are present but also don't have any recipes associated with them either.

I wanted to get some feedback here before I attempt to add some KubeJS scripts to try and fix things.

TheLMiffy1111 commented 1 year ago

Can you submit your debug.log?

sciguyryan commented 1 year ago

Yeah, sure. I should probably have included this with the original report in any event.

debug.log

TheLMiffy1111 commented 1 year ago

It seems that in your modpack JAOPCA's mixin to add recipes was successfully added but isn't actually ran for some reason. However, I could not replicate the issue here with mods that add recipe manager mixins. Could you do a binary search (removing roughly half of the mods each time to see if the problem persists) to see if any other mods could be interfering?

sciguyryan commented 1 year ago

It seems that in your modpack JAOPCA's mixin to add recipes was successfully added but isn't actually ran for some reason. However, I could not replicate the issue here with mods that add recipe manager mixins. Could you do a binary search (removing roughly half of the mods each time to see if the problem persists) to see if any other mods could be interfering?

The pack currently contains around 320 mods, I can certainly try but it might take me a while.

sciguyryan commented 1 year ago

It took me a while, but it appears to be as a result of the FastSuite mod, which can be found here:

https://www.curseforge.com/minecraft/mc-mods/fastsuite

TheLMiffy1111 commented 1 year ago

Should be fixed in 4.2.4.7