phantamanta44 / Lazy-AE2

the stuff you wish was in ae2
https://minecraft.curseforge.com/projects/lazy-ae2
Other
15 stars 14 forks source link

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

Closed Niklas20114552 closed 1 year ago

Niklas20114552 commented 2 years ago

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

phantamanta44 commented 2 years ago

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.

Niklas20114552 commented 2 years ago

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?

zeng-github01 commented 1 year ago

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

Niklas20114552 commented 1 year ago

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

zeng-github01 commented 1 year ago

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

I see

zeng-github01 commented 1 year ago

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.

Niklas20114552 commented 1 year ago

Alright. I think i can close this Issue now.

Niklas20114552 commented 1 year ago

And thank you zeng-github01!

zeng-github01 commented 1 year ago

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