ModTweaker

ModTweaker

88M Downloads

Add compatibility for Mekanism v8 Metallurgic Infuser recipes

Xen1290 opened this issue ยท 13 comments

commented

Hi @jaredlll08 , If possible,could you re-add that ability? Thank you for this awesome mod! Keep it up!

commented

From what I saw mekanism removed it, if you can show me different, then
maybe

On Tuesday, June 2, 2015, Xee1 [email protected] wrote:

Hi @jaredlll08 https://github.com/jaredlll08 , If possible,could you
re-add that ability? Thank you for this awesome mod! Keep it up!

โ€”
Reply to this email directly or view it on GitHub
#149.

commented

You mean metallurgic infuser? @jaredlll08
I'm using Mekanism 8.1.3(latest version) and metallurgic infuser is present and fully working. It's the basic of Mekanism(especially for the circuits and alloys)

commented

I mean the api for it...

On Tuesday, June 2, 2015, Xee1 [email protected] wrote:

You mean metallurgic infuser? @jaredlll08 https://github.com/jaredlll08
I'm using Mekanism 8.1.3(latest version) and metallurgic infuser is
present and fully working. It's the basic of Mekanism(especially for the
circuits). Here a screenshot
[image: aasa]
https://cloud.githubusercontent.com/assets/8685029/7938296/14c88fb8-0945-11e5-87ed-b677bc4223b0.png

โ€”
Reply to this email directly or view it on GitHub
#149 (comment)
.

commented

Oh sorry, yes there is, but now recipes works with IMC, the RecipeHelper is deprecated @jaredlll08

commented

Then no support sorry.

On Tuesday, June 2, 2015, Xee1 [email protected] wrote:

Oh sorry, yes there is, but now recipes works with IMC, the RecipeHelper
is deprecated

โ€”
Reply to this email directly or view it on GitHub
#149 (comment)
.

commented

if I can know, Why? @jaredlll08
For example AOBD support Mekanism v8 and adds recipes for every single ore, see this: https://github.com/ganymedes01/Another-One-Bites-the-Dust/blob/mc1.7/src/main/java/ganymedes01/aobd/recipes/modules/Mekanism.java

commented

Because MINEtweaker does not support IMC messages, the scripts loads to late.

commented

Oh, now I understand,sorry, thank you for your time!

commented

Actually thank you, I can tell people why I can't support it. :)

commented

Actualy I don't know if it's important but the recipe tweaker on the Metalurgic infuser from Mekanism V8 work well with Modtweaker 0.7.5

commented

๐Ÿ‘

commented

@Eyo0 I tried but doesn't work, can you write the script that you used to make a recipe?
I'm using Mekanism 8.1.3 and ModTweaker 0.7.5

commented

@xee1
mods.mekanism.Infuser.addRecipe("DIAMOND", 20, redstone * 2, basicwafer);
mods.mekanism.Infuser.addRecipe("OBSIDIAN", 20, redstone * 2, advwafer);

Actualy I'm using Mekanism 8.1.1 haven't test with Meka 8.1.2 or 8.1.3 but I know than ModTweaker 0.8 don't work with Mekanism 8.1.1 so maybe they had been other change on Infuser since 8.1.1. Btw I think I'd see than they're some bugs with Metalurgic Infuser on Mekanism 8.1.3 not sure though.

Good luck :)