Lazy AE2

Lazy AE2

2M Downloads

Can't craft a Calculation Processor in the ME Circuit Etcher, Recipe isn't correct in JEI.

Niklas20114552 opened this issue ยท 9 comments

commented

Hi.

I'm trying to craft a Calculation Processor in the ME Circuit Etcher, but their is missing a Item in the JEI Recipe and so isn't craftable.

I'm playing the Modpack: Skyfactory 4 (link to curseforge)
With the required Mods. The AE 2 Channel are disabled.

The JEI-Page is looking like this:
image

commented

Probably the SF4 authors made some oredict change that broke the recipe. I would suggest using crafttweaker to replace the default one with your own working recipe.

Um, how do i do it?

commented

Probably the SF4 authors made some oredict change that broke the recipe. I would suggest using crafttweaker to replace the default one with your own working recipe.

commented

Hi. Currently i don't need a fix. But you can post it for other users who have the same problem.

commented

Probably the SF4 authors made some oredict change that broke the recipe. I would suggest using crafttweaker to replace the default one with your own working recipe.

Um, how do i do it?

Do you still need to fix this? I have written the corresponding patch on my computer. If there is still need. You can reply to me

commented

Hi. Currently i don't need a fix. But you can post it for other users who have the same problem.

I see

commented

About Patch

Put it to {SF4RootPath}\scripts\crafttweaker\modIntegrations lazyae2.txt

Put it to {SF4RootPath}\scripts\crafttweaker\recipes\mods lazyae2.txt

and rename file extension to .zs

Find postInit.zs in the CrT directory.
Add after line 68: scripts.crafttweaker.recipes.mods.lazyae2.init();
Add after line 117: scripts.crafttweaker.modIntegrations.lazyae2.init();

The text added is relative to the directory of the file.

commented

And thank you zeng-github01!

commented

Alright. I think i can close this Issue now.

commented

Alright. I think i can close this Issue now.

In fact, there are a few lines of code on my local patch to delete redundant lazyae2 recipes in SF4, such as the recipe of the charger.
They are in other scripts. These scripts also fix Extra Cells bugs. By replacing it with AE additions. However, these two lines of code are not easy to express.

However, this doesn't affect anything, so be it