Oh damn just found the crucible alloying answer. Nevermind then.
Posts by tutkis
-
-
How can I add recipes for crucible smelting since there is no duration and eu/t but temperature instead?
-
[GT-5.09.** & Minetweaker-3.10 Addon] Addon Version 1.2.2 - Adding custom Recipes for all Gregtech 5 machines (Now with Fusion Reactor and Ordict support)
using Version 1.1.0
http://minetweaker3.powerofbytes.com/wiki/Main_Page
Minetweaker wiki
removing recipe can only be done in the recipe.cfg in the Minecraft config gt Folder
set value you want to disable to 0 "=0"
Yea I know but the problem is I don't really see lines for combs so I can't disable them. I wanna know if there's like any other way to change them. -
-
-
-
-
-
-
I know, but does it only disable recipes in the crafting table ? since there is another way (right above this one)
; Disable IC2 crafting recipes with the specified output, comma separated list.
; Recipes in the additional section below aren't affected.
; Format: <name>[@metadata], e.g. minecraft:bucket to disable IC2's bucket recipe from tin.
disable =I figured this purging method would also disable machine recipes.
-
Hey
I have a modpack with ic2, gregtech, hunger overhaul, spice of life etc... The IC2 tin cans filled with food are unaffected by the food nerfs and are way too op, the only real way of balancing is to disable them. I was looking through the IC2 onfig file and found; Purge crafting recipes with the specified output, including vanilla and mod ones, comma separated list.
; Recipes in the additional section below aren't affected.
; Format: <name>[@metadata], e.g. minecraft:tnt to disable crafting tnt.
purge =
So I put in purge = IC2:itemTinCanFilled but it doesn't seem to be working.
Could somebody help me out and explain why? -
-
-
I don't really care if I remove them all. I'd have to do it one by one anyway. This is my script
recipes.remove(<ExtraTrees:fence:32>.withTag({meta:32}));
recipes.addShaped(<ExtraTrees:fence:32>.withTag({meta:32}) * 3, [
[null, <ore:craftingToolSaw>, null],
[<ExtraTrees:planks>.withTag({meta:0}), <ExtraTrees:planks>.withTag({meta:0}), <ExtraTrees:planks>.withTag({meta:0})]]);
Assembler.addRecipe(<ExtraTrees:fence:32>.withTag({meta:32}), <ExtraTrees:planks>.withTag({meta:0}), <gregtech:gt.integrated_circuit:1> * 0, 300, 4);
<ore:fenceWood>.add(<ExtraTrees:fence:32>.withTag({meta:32}));recipes.addShaped(<ExtraTrees:fence:33>.withTag({meta:33}) * 3, [
[null, <ore:craftingToolSaw>, null],
[<ExtraTrees:planks:1>.withTag({meta:1}), <ExtraTrees:planks:1>.withTag({meta:1}), <ExtraTrees:planks:1>.withTag({meta:1})]]);
Assembler.addRecipe(<ExtraTrees:fence:33>.withTag({meta:33}), <ExtraTrees:planks:1>.withTag({meta:1}), <gregtech:gt.integrated_circuit:1> * 0, 300, 4);
<ore:fenceWood>.add(<ExtraTrees:fence:33>.withTag({meta:33}));
First of all no actual assembler recipe without returning any error. Secondly if I look in NEI it looks fine
But then I put it into a crafting table aaand it's bad.
The thing I don't understand is every fence has a different meta (ExtraTrees:fence:32, ExtraTrees:fence:33, ExtraTrees:fence:34, etc.). Yes it does have nbt values but so do slabs (for example <ExtraTrees:slab:7>.withTag({meta:7})) and I could add cutting saw recipes for wooden pressure plate from these slabs without a problem. -
Hey
I'm trying to change Extra Trees fence recipes. When I write a simple
recipes.remove(<ExtraTrees:fence:32>); for some reason it removes all fence recipes. What's up with it ? When I write /mt hand in game it shows <ExtraTrees:fence:32>.withTag({meta:32}) but even when I tried that it still didn't work. -
Okay so when I looked at the flour recipe from wheat, there were two recipes for macerator and pulverizer separately.
First I added the macerator recipes and then I tried adding the pulverizer it only showed the macerator. Ofc the recipe worked for pulverizer too even though it didn't show.
In order to make them both work and show up you need to add the pulverizer recipes first and the macerator recipes after. -
Could somebody help me out here ? I tried adding flour pulverization recipes, they don't return any error but when I look it up in NEI they are not there
Pulverizer.addRecipe([<gregtech:gt.metaitem.01:2881>], <BiomesOPlenty:plants:6>, [10000], 99, 4);
Pulverizer.addRecipe([<gregtech:gt.metaitem.01:2881>], <harvestcraft:barleyItem>, [10000], 99, 4);
Pulverizer.addRecipe([<gregtech:gt.metaitem.01:2881>], <harvestcraft:ryeItem>, [10000], 99, 4);
Pulverizer.addRecipe([<gregtech:gt.metaitem.01:2881>], <harvestcraft:riceItem>, [10000], 99, 4);
Pulverizer.addRecipe([<gregtech:gt.metaitem.01:2881>], <harvestcraft:oatsItem>, [10000], 99, 4);
Pulverizer.addRecipe([<gregtech:gt.metaitem.01:2881>], <ExtraTrees:food:9>, [10000], 99, 4);
Pulverizer.addRecipe([<gregtech:gt.metaitem.01:2881>], <ExtraTrees:food:50>, [10000], 99, 4);
What am I doing wrong ? -
-
-
OK the download for whatever reason stopped at 7 mb and said its finished...
Redownloaded and it's working now, sorry
it was interesting coz the game loaded up fine without galactigreg so I posted it here