IC2 Classic

IC2 Classic

2M Downloads

customMachineRecipes problem

BioTech21 opened this issue · 7 comments

commented

The problem has been resolved.

commented

Hi BioTech21.
I'm struggling with the same problem.
May I ask you that?

commented

@MIDORIINKO Yes of course. What are you interested in?

commented

@Speiger
The problem was that I could not add craft for the AE2 mod (and not only), since the item ID was written with two colons.
I was able to solve this problem using the CraftTweaker + ModTweaker + IC2 Tweaker mods (exactly a tweaker for experimental industrial, not classic).

When you try to crush quartz, you get nothing.

Sample code:
{
"recipes":
[
{
"recipeType": "macerator",
"outputs":
[
{
"item": "appliedenergistics2:material:2", //Not working recipe due to two colons.
"meta": 0,
"amount": 1,
}
],
"recipeMetadata": '{}',
"recipeExperience": 0,
"input":
{
"inputType": "ore",
"oreID": "crystalCertusQuartz"
}
}
]
}

commented

Oh Ok. Maybe i can fix that issue on my side too.

commented

@Speiger Thanks for your responsiveness and for bringing this great Industrial Mod to version 1.12.2! Good evening!

commented

@BioTech21 can you tell me what the issue was and what the fix was?
So i can make edits or something so other people who run into the same issue can have a potential solution.

Also sorry for the late response, hadn't had the time to responde.

commented

Thank you two!