Extractor is part from ic2. Already in the Minetweaker code.
[GT-5.09.** & Minetweaker/Crafttweaker Addon] Addon Version 1.7.5- Adding custom Recipes for all Gregtech 5 machines (Now with Fusion Reactor and Ordict support)
-
-
My bad, forgot about it.
Anyway it look like Blood forgot to add new process for it:
https://github.com/Blood-Asp/G…ea#commitcomment-14970210Her is my temporary fix to restore the extractor recipe:
-
No problem.
-
I have the intention of undoing most of the nerfs blood asp has added in the jump to 5.09. Is there a good place to host these scripts?
-
-
I have the intention of undoing most of the nerfs blood asp has added in the jump to 5.09. Is there a good place to host these scripts?
Blood Asp has said in the GT5U thread that the 5.08 branch will continue to be updated for those who dislike the balance changes in the 5.09 branch. -
Blood Asp has said in the GT5U thread that the 5.08 branch will continue to be updated for those who dislike the balance changes in the 5.09 branch.From my understanding it's the opposite and most of the balance changes I am okay with. I just don't like the ones that make it difficult to automate anything or add excessive grind. Like the new fing cable recipes or machine casing recipes.
-
IC2 stores it's recipes in a ".ini" file in the config folder, but I would prefer to use MT scripts, is there a mod that allows MT to edit IC2 recipe configs?
-
IC2 stores it's recipes in a ".ini" file in the config folder, but I would prefer to use MT scripts, is there a mod that allows MT to edit IC2 recipe configs?
not that i know.
-
I try to register log pulverization into 100% 6 wood dusts and 80% 1 wood dust.
Recipe outputs are copied from vanilla logs pulverization.
MT log says recipes are registered, but NEI show no Pulverizer recipe and Pulverizer recipes are not working for these wood logs.
Code is as follow:JavaScript
Display Moreimport mods.gregtech.Pulverizer; var naturaLogs = [ <Natura:tree:0>, <Natura:tree:1>, <Natura:tree:2>, <Natura:redwood:1>, <Natura:bloodwood:*>, <Natura:tree:3>, <Natura:Rare Tree:0>, <Natura:Rare Tree:1>, <Natura:Rare Tree:2>, <Natura:Rare Tree:3>, <Natura:willow>, <Natura:Dark Tree:0>, <Natura:Dark Tree:1> ] as IItemStack[]; val dustWood = <gregtech:gt.metaitem.01:2809>; for logWood in naturaLogs { Pulverizer.addRecipe([dustWood * 6, dustWood], logWood, [10000, 8000], 400, 2); }
Logs of minetweaker/gttweaker adding recipes.Code
Display MoreINFO: Adding Pulverizer recipe for [Lminetweaker.api.item.IItemStack;@a67837d INFO: Adding Pulverizer recipe for [Lminetweaker.api.item.IItemStack;@6041773f INFO: Adding Pulverizer recipe for [Lminetweaker.api.item.IItemStack;@5890b3e2 INFO: Adding Pulverizer recipe for [Lminetweaker.api.item.IItemStack;@77aee131 INFO: Adding Pulverizer recipe for [Lminetweaker.api.item.IItemStack;@86c0ed INFO: Adding Pulverizer recipe for [Lminetweaker.api.item.IItemStack;@2bc2636c INFO: Adding Pulverizer recipe for [Lminetweaker.api.item.IItemStack;@1ed1b164 INFO: Adding Pulverizer recipe for [Lminetweaker.api.item.IItemStack;@417cb829 INFO: Adding Pulverizer recipe for [Lminetweaker.api.item.IItemStack;@65921115 INFO: Adding Pulverizer recipe for [Lminetweaker.api.item.IItemStack;@11754124 INFO: Adding Pulverizer recipe for [Lminetweaker.api.item.IItemStack;@739f78f4 INFO: Adding Pulverizer recipe for [Lminetweaker.api.item.IItemStack;@7b629279 INFO: Adding Pulverizer recipe for [Lminetweaker.api.item.IItemStack;@65217bf9
-
I try Natura logs to add to the Pulverizer and it works.
My code not looks nice like yours but works
Code
Display Moreimport mods.gregtech.Pulverizer; // --- Wooden Pulp Pulverizer.addRecipe([<gregtech:gt.metaitem.01:2809> * 6, <gregtech:gt.metaitem.01:2809>], <Natura:tree:*>, [10000, 8000], 400, 2); // - Pulverizer.addRecipe([<gregtech:gt.metaitem.01:2809> * 6, <gregtech:gt.metaitem.01:2809>], <Natura:redwood:*>, [10000, 8000], 400, 2); // - Pulverizer.addRecipe([<gregtech:gt.metaitem.01:2809> * 6, <gregtech:gt.metaitem.01:2809>], <Natura:bloodwood:*>, [10000, 8000], 400, 2); // - Pulverizer.addRecipe([<gregtech:gt.metaitem.01:2809> * 6, <gregtech:gt.metaitem.01:2809>], <Natura:Rare Tree:*>, [10000, 8000], 400, 2); // - Pulverizer.addRecipe([<gregtech:gt.metaitem.01:2809> * 6, <gregtech:gt.metaitem.01:2809>], <Natura:willow:*>, [10000, 8000], 400, 2); // - Pulverizer.addRecipe([<gregtech:gt.metaitem.01:2809> * 6, <gregtech:gt.metaitem.01:2809>], <Natura:Dark Tree:*>, [10000, 8000], 400, 2);
-
Pyrolyse oven recipes supported?
-
No but just coded it now.
-
Dream, would you be able to implement IIngredient for Gregtech Machines Ingredients?
For now I have to iterate over ore-dictionary entries to feed recipes to simulate handling of ore-dictionary ingredient names.
It would be handy to have GTTweaker do the interator work on IIngredient.
That would still be backward compatible with existing scripts as IItem can be passed as an IIngredient argument. -
yes can try it but not sure if it works.
First i release a Version with Pyrolyse Oven and Oil Cracker support (did i forgott some new GT 5.09 machine?)
Then i will release a Version with Ordict support.
-
Will wait.
Another question,
http://minetweaker3.powerofbyt…iki/Mods:GregTech_Support - here written:
Each of these handlers can have recipes added or removed
but i not see any example of removing recipes. -
So here the Version with Pyrolyse Oven Support and Oilc Cracker.
import mods.gregtech.PyroluseOven;
import mods.gregtech.OilCracker;PyrolyseOven.addRecipe(output Stack, liquidOutput Stack, Circuit Settings, inputStack, liquidInput Stack, duration Ticks, EU)
OilCracker.addRecipe(liquidOutput Stack, liquidInput Stack, duration Ticks, EU)
Download in the first Post.
-
Gt recipes cant be remove. You can disabled only existing recipe in the GT recipe.cfg in the config/gt Folder.
Loaded recipe stuck when reloaded. Need to restart the game. Thats how Gt works.
-
(did i forgott some new GT 5.09 machine?)
You miss electromagnetic separator
maybe miss ore washing machine and thermal centrifuge - not sure about this, because it's ic2 exp mechanics.
-
no its called seperator only. But it is in the mod allready.