Immersive Engineering

Immersive Engineering

134M Downloads

1.7.10

AlexRover opened this issue · 5 comments

commented

What am I doing wrong?
// Дуговая печь

// Brass

// OutputStack, InputStack, SlagOutput, Time in Ticks, Energy per Tick, AdditiveArray , RecipeTypeString // Либо создайте свои собственные страницы NEI с пользовательскими строками, либо используйте оригинальные
mods.immersiveengineering.ArcFurnace.addRecipe (<terrafirmacraft:item.Brass Ingot> * 5, <terrafirmacraft:item.Copper Ingot> * 4 <terrafirmacraft:item.Zinc Ingot>, <ImmersiveEngineering: material: 13> * 0, 1000, 512);
// OutputStack

// OutputStack, InputStack, SlagOutput, Time in Ticks, Energy per Tick, AdditiveArray , RecipeTypeString // Либо создайте свои собственные страницы NEI с пользовательскими строками, либо используйте оригинальные
mods.immersiveengineering.ArcFurnace.addRecipe (<terrafirmacraft:item.Brass Ingot>, <tfctech:item.Copper Nugget> * 4 <tfctech:item.Zinc Nugget>, <ImmersiveEngineering: material: 13> * 0, 200, 512);
// OutputStack

commented
commented

I can't tell you what you're doing wrong, because your issue description is very lackluster.
So until you actually make the issue match our template and give a detailed description, I'm closing this.

commented

I want to make my recipes for TFC version 1.7.10 forge 10.13.4.1614 ImmersiveEnginiring 0.7.7

commented

You can write a sane example, that it would be clear what and where to enter?

commented

Minecraft 1.7 is no longer supported.
You can find documentation for Crafttweaker integration here:
https://crafttweaker.readthedocs.io/en/latest/#Mods/Immersive_Engineering/Immersive_Engineering/

It's for 1.12 but should be reasonably similar.
Besides that you can find examples of Minetweaker use with IE in multiple FTB packs. Download them and take a look at how they did it.