Posts by cynetiXx
-
-
Ok, here the Image you requested:
I have tested gregtech and tinkers construct without any other mods and the recipe still exists. This recipe must be auto generated because the glue block is registered by default as a "blockRubber"-OreDict. I have removed the glue block out of this oredict, but minetweaker applies it scripts after gregtech generated this recipe i think.
And yes, gregtech:gt.metaitem.01:32308 is the block mold. Next time i will fix this.
-
I try to remove the rubber Ingot to Tinkers' glue block in alloy smelter recipe.
And here the part of my script to add a new recipe:
Code
Display More// --- Importing --- import mods.gregtech.AlloySmelter; // --- Variables --- val BallOfGlue = <TConstruct:materials:36>; // --- Blocks --- val GlueBlock = <TConstruct:GlueBlock>; // --- Adding Alloy Smelter Recipes --- // --- Blocks --- AlloySmelter.addRecipe(GlueBlock, BallOfGlue * 9, <gregtech:gt.metaitem.01:32308> * 0, 5, 16);
-
-
-