Forgot the Thaumium one
If you can keep it as research, and replace the existing recipe, that would be great
Forgot the Thaumium one
If you can keep it as research, and replace the existing recipe, that would be great
Forgot the Thaumium one
If you can keep it as research, and replace the existing recipe, that would be great
Yes i can do that. If done with the Thaumometer already.
I Post it later.
Forestry Farm Blocks
recipes.remove(<Forestry:ffarm>);
recipes.addShaped(<Forestry:ffarm>.withTag({FarmBlock:0}), [
[<ore:stickCopper>, <minecraft:stonebrick>, <ore:stickCopper>],
[<gregtech:gt.metaitem.01:17809>, <Forestry:thermionicTubes:1>, <gregtech:gt.metaitem.01:17809>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm>.withTag({FarmBlock:1}), [
[<ore:stickCopper>, <minecraft:stonebrick:1>, <ore:stickCopper>],
[<gregtech:gt.metaitem.01:17809>, <Forestry:thermionicTubes:1>, <gregtech:gt.metaitem.01:17809>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm>.withTag({FarmBlock:2}), [
[<ore:stickCopper>, <minecraft:stonebrick:2>, <ore:stickCopper>],
[<gregtech:gt.metaitem.01:17809>, <Forestry:thermionicTubes:1>, <gregtech:gt.metaitem.01:17809>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm>.withTag({FarmBlock:3}), [
[<ore:stickCopper>, <minecraft:brick_block>, <ore:stickCopper>],
[<gregtech:gt.metaitem.01:17809>, <Forestry:thermionicTubes:1>, <gregtech:gt.metaitem.01:17809>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm>.withTag({FarmBlock:4}), [
[<ore:stickCopper>, <minecraft:sandstone:2>, <ore:stickCopper>],
[<gregtech:gt.metaitem.01:17809>, <Forestry:thermionicTubes:1>, <gregtech:gt.metaitem.01:17809>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm>.withTag({FarmBlock:5}), [
[<ore:stickCopper>, <minecraft:sandstone:1>, <ore:stickCopper>],
[<gregtech:gt.metaitem.01:17809>, <Forestry:thermionicTubes:1>, <gregtech:gt.metaitem.01:17809>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm>.withTag({FarmBlock:6}), [
[<ore:stickCopper>, <minecraft:nether_brick>, <ore:stickCopper>],
[<gregtech:gt.metaitem.01:17809>, <Forestry:thermionicTubes:1>, <gregtech:gt.metaitem.01:17809>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm>.withTag({FarmBlock:7}), [
[<ore:stickCopper>, <minecraft:stonebrick:3>, <ore:stickCopper>],
[<gregtech:gt.metaitem.01:17809>, <Forestry:thermionicTubes:1>, <gregtech:gt.metaitem.01:17809>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm>.withTag({FarmBlock:8}), [
[<ore:stickCopper>, <minecraft:quartz_block>, <ore:stickCopper>],
[<gregtech:gt.metaitem.01:17809>, <Forestry:thermionicTubes:1>, <gregtech:gt.metaitem.01:17809>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm>.withTag({FarmBlock:9}), [
[<ore:stickCopper>, <minecraft:quartz_block:1>, <ore:stickCopper>],
[<gregtech:gt.metaitem.01:17809>, <Forestry:thermionicTubes:1>, <gregtech:gt.metaitem.01:17809>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm>.withTag({FarmBlock:10}), [
[<ore:stickCopper>, <minecraft:quartz_block:2>, <ore:stickCopper>],
[<gregtech:gt.metaitem.01:17809>, <Forestry:thermionicTubes:1>, <gregtech:gt.metaitem.01:17809>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
Display More
Now Thaumic Crowbar
import mods.thaumcraft.Arcane;
mods.thaumcraft.Arcane.removeRecipe(<Railcraft:tool.crowbar.magic>);
mods.thaumcraft.Arcane.addShaped("RC_Crowbar", <Railcraft:tool.crowbar.magic>, "ordo 8", [
[<ore:craftingToolHardHammer>, <ore:dyeRed>, <ore:stickThaumium>],
[<ore:dyeRed>, <ore:stickThaumium>, <ore:dyeRed>],
[<ore:stickThaumium>, <ore:dyeRed>, <ore:craftingToolFile>]]);
mods.thaumcraft.Research.refreshResearchRecipe("RC_Crowbar");
Display More
Nicely done
May I request a fixed version of Railcraft recipes that allows ore dictionary Iron and Steel plates? Not the recipes changed, but just make them accept other mods' plates.
Nicely done
May I request a fixed version of Railcraft recipes that allows ore dictionary Iron and Steel plates? Not the recipes changed, but just make them accept other mods' plates.
Thanks
I can fix Railcraft Recipes to use Ordict Plates etc.
I hope i have enough time to uploaded everything tomorrow after work.
Forestry Gear Boxes:
recipes.remove(<Forestry:ffarm:2>);
recipes.addShaped(<Forestry:ffarm:2>.withTag({FarmBlock:0}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:0}), <ore:gearTin>],
[<minecraft:chest>, <minecraft:iron_axe>, <minecraft:chest>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:2>.withTag({FarmBlock:1}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:1}), <ore:gearTin>],
[<minecraft:chest>, <minecraft:iron_axe>, <minecraft:chest>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:2>.withTag({FarmBlock:2}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:2}), <ore:gearTin>],
[<minecraft:chest>, <minecraft:iron_axe>, <minecraft:chest>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:2>.withTag({FarmBlock:3}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:3}), <ore:gearTin>],
[<minecraft:chest>, <minecraft:iron_axe>, <minecraft:chest>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:2>.withTag({FarmBlock:4}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:4}), <ore:gearTin>],
[<minecraft:chest>, <minecraft:iron_axe>, <minecraft:chest>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:2>.withTag({FarmBlock:5}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:5}), <ore:gearTin>],
[<minecraft:chest>, <minecraft:iron_axe>, <minecraft:chest>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:2>.withTag({FarmBlock:6}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:6}), <ore:gearTin>],
[<minecraft:chest>, <minecraft:iron_axe>, <minecraft:chest>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:2>.withTag({FarmBlock:7}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:7}), <ore:gearTin>],
[<minecraft:chest>, <minecraft:iron_axe>, <minecraft:chest>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:2>.withTag({FarmBlock:8}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:8}), <ore:gearTin>],
[<minecraft:chest>, <minecraft:iron_axe>, <minecraft:chest>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:2>.withTag({FarmBlock:9}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:9}), <ore:gearTin>],
[<minecraft:chest>, <minecraft:iron_axe>, <minecraft:chest>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:2>.withTag({FarmBlock:10}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:10}), <ore:gearTin>],
[<minecraft:chest>, <minecraft:iron_axe>, <minecraft:chest>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
Display More
Ahh, Forestry farms. Quite possibly the strangest way of defining the different farm blocks by using NBT and Metadata.
Ahh, Forestry farms. Quite possibly the strangest way of defining the different farm blocks by using NBT and Metadata.
I don't find an easier way.
Farm Hatches:
recipes.remove(<Forestry:ffarm:3>);
recipes.addShaped(<Forestry:ffarm:3>.withTag({FarmBlock:0}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:0}), <ore:gearTin>],
[<minecraft:hopper>, <ore:pipeMediumBrass>, <minecraft:hopper>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:3>.withTag({FarmBlock:1}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:1}), <ore:gearTin>],
[<minecraft:hopper>, <ore:pipeMediumBrass>, <minecraft:hopper>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:3>.withTag({FarmBlock:2}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:2}), <ore:gearTin>],
[<minecraft:hopper>, <ore:pipeMediumBrass>, <minecraft:hopper>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:3>.withTag({FarmBlock:3}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:3}), <ore:gearTin>],
[<minecraft:hopper>, <ore:pipeMediumBrass>, <minecraft:hopper>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:3>.withTag({FarmBlock:4}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:4}), <ore:gearTin>],
[<minecraft:hopper>, <ore:pipeMediumBrass>, <minecraft:hopper>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:3>.withTag({FarmBlock:5}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:5}), <ore:gearTin>],
[<minecraft:hopper>, <ore:pipeMediumBrass>, <minecraft:hopper>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:3>.withTag({FarmBlock:6}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:6}), <ore:gearTin>],
[<minecraft:hopper>, <ore:pipeMediumBrass>, <minecraft:hopper>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:3>.withTag({FarmBlock:7}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:7}), <ore:gearTin>],
[<minecraft:hopper>, <ore:pipeMediumBrass>, <minecraft:hopper>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:3>.withTag({FarmBlock:8}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:8}), <ore:gearTin>],
[<minecraft:hopper>, <ore:pipeMediumBrass>, <minecraft:hopper>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:3>.withTag({FarmBlock:9}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:9}), <ore:gearTin>],
[<minecraft:hopper>, <ore:pipeMediumBrass>, <minecraft:hopper>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:3>.withTag({FarmBlock:10}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:10}), <ore:gearTin>],
[<minecraft:hopper>, <ore:pipeMediumBrass>, <minecraft:hopper>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
Display More
I don't find an easier way.
There isn't, it's just strange that's the way Sengir thought was best when he added them.
Farm Valves:
recipes.remove(<Forestry:ffarm:4>);
recipes.addShaped(<Forestry:ffarm:4>.withTag({FarmBlock:0}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:0}), <ore:gearTin>],
[<Forestry:factory2:1>, <ore:pipeSmallWood>, <Forestry:factory2:1>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:4>.withTag({FarmBlock:1}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:1}), <ore:gearTin>],
[<Forestry:factory2:1>, <ore:pipeSmallWood>, <Forestry:factory2:1>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:4>.withTag({FarmBlock:2}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:2}), <ore:gearTin>],
[<Forestry:factory2:1>, <ore:pipeSmallWood>, <Forestry:factory2:1>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:4>.withTag({FarmBlock:3}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:3}), <ore:gearTin>],
[<Forestry:factory2:1>, <ore:pipeSmallWood>, <Forestry:factory2:1>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:4>.withTag({FarmBlock:4}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:4}), <ore:gearTin>],
[<Forestry:factory2:1>, <ore:pipeSmallWood>, <Forestry:factory2:1>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:4>.withTag({FarmBlock:5}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:5}), <ore:gearTin>],
[<Forestry:factory2:1>, <ore:pipeSmallWood>, <Forestry:factory2:1>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:4>.withTag({FarmBlock:6}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:6}), <ore:gearTin>],
[<Forestry:factory2:1>, <ore:pipeSmallWood>, <Forestry:factory2:1>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:4>.withTag({FarmBlock:7}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:7}), <ore:gearTin>],
[<Forestry:factory2:1>, <ore:pipeSmallWood>, <Forestry:factory2:1>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:4>.withTag({FarmBlock:8}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:8}), <ore:gearTin>],
[<Forestry:factory2:1>, <ore:pipeSmallWood>, <Forestry:factory2:1>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:4>.withTag({FarmBlock:9}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:9}), <ore:gearTin>],
[<Forestry:factory2:1>, <ore:pipeSmallWood>, <Forestry:factory2:1>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:4>.withTag({FarmBlock:10}), [
[<ore:gearTin>, <Forestry:ffarm>.withTag({FarmBlock:10}), <ore:gearTin>],
[<Forestry:factory2:1>, <ore:pipeSmallWood>, <Forestry:factory2:1>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
Display More
Farm Control :
recipes.remove(<Forestry:ffarm:5>);
recipes.addShaped(<Forestry:ffarm:5>.withTag({FarmBlock:0}), [
[<ore:circuitBasic>, <Forestry:ffarm>.withTag({FarmBlock:0}), <ore:circuitBasic>],
[<minecraft:redstone_torch>, <Forestry:thermionicTubes:4>, <minecraft:redstone_torch>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:5>.withTag({FarmBlock:1}), [
[<ore:circuitBasic>, <Forestry:ffarm>.withTag({FarmBlock:1}), <ore:circuitBasic>],
[<minecraft:redstone_torch>, <Forestry:thermionicTubes:4>, <minecraft:redstone_torch>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:5>.withTag({FarmBlock:2}), [
[<ore:circuitBasic>, <Forestry:ffarm>.withTag({FarmBlock:2}), <ore:circuitBasic>],
[<minecraft:redstone_torch>, <Forestry:thermionicTubes:4>, <minecraft:redstone_torch>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:5>.withTag({FarmBlock:3}), [
[<ore:circuitBasic>, <Forestry:ffarm>.withTag({FarmBlock:3}), <ore:circuitBasic>],
[<minecraft:redstone_torch>, <Forestry:thermionicTubes:4>, <minecraft:redstone_torch>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:5>.withTag({FarmBlock:4}), [
[<ore:circuitBasic>, <Forestry:ffarm>.withTag({FarmBlock:4}), <ore:circuitBasic>],
[<minecraft:redstone_torch>, <Forestry:thermionicTubes:4>, <minecraft:redstone_torch>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:5>.withTag({FarmBlock:5}), [
[<ore:circuitBasic>, <Forestry:ffarm>.withTag({FarmBlock:5}), <ore:circuitBasic>],
[<minecraft:redstone_torch>, <Forestry:thermionicTubes:4>, <minecraft:redstone_torch>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:5>.withTag({FarmBlock:6}), [
[<ore:circuitBasic>, <Forestry:ffarm>.withTag({FarmBlock:6}), <ore:circuitBasic>],
[<minecraft:redstone_torch>, <Forestry:thermionicTubes:4>, <minecraft:redstone_torch>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:5>.withTag({FarmBlock:7}), [
[<ore:circuitBasic>, <Forestry:ffarm>.withTag({FarmBlock:7}), <ore:circuitBasic>],
[<minecraft:redstone_torch>, <Forestry:thermionicTubes:4>, <minecraft:redstone_torch>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:5>.withTag({FarmBlock:8}), [
[<ore:circuitBasic>, <Forestry:ffarm>.withTag({FarmBlock:8}), <ore:circuitBasic>],
[<minecraft:redstone_torch>, <Forestry:thermionicTubes:4>, <minecraft:redstone_torch>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:5>.withTag({FarmBlock:9}), [
[<ore:circuitBasic>, <Forestry:ffarm>.withTag({FarmBlock:9}), <ore:circuitBasic>],
[<minecraft:redstone_torch>, <Forestry:thermionicTubes:4>, <minecraft:redstone_torch>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
recipes.addShaped(<Forestry:ffarm:5>.withTag({FarmBlock:10}), [
[<ore:circuitBasic>, <Forestry:ffarm>.withTag({FarmBlock:10}), <ore:circuitBasic>],
[<minecraft:redstone_torch>, <Forestry:thermionicTubes:4>, <minecraft:redstone_torch>],
[<ore:craftingToolHardHammer>, null, <ore:craftingToolFile>]]);
Display More
Added all of those (and merged the crowbar ones) to the repository.
Railcraft Tanks and Boilers
recipes.remove(<Railcraft:tile.railcraft.machine.beta>);
recipes.remove(<Railcraft:tile.railcraft.machine.beta:1>);
recipes.remove(<Railcraft:tile.railcraft.machine.beta:2>);
recipes.remove(<Railcraft:tile.railcraft.machine.beta:3>);
recipes.remove(<Railcraft:tile.railcraft.machine.beta:4>);
recipes.addShaped(<Railcraft:tile.railcraft.machine.beta> *4, [
[<ore:screwIron>, <ore:plateIron>, <ore:screwIron>],
[<ore:plateIron>, <ore:craftingToolScrewdriver>, <ore:plateIron>],
[<ore:screwIron>, <ore:plateIron>, <ore:screwIron>]]);
recipes.addShaped(<Railcraft:tile.railcraft.machine.beta:1> *2, [
[<ore:screwIron>, <ore:plateIron>, <ore:screwIron>],
[<minecraft:glass_pane>, <ore:craftingToolScrewdriver>, <minecraft:glass_pane>],
[<ore:screwIron>, <ore:plateIron>, <ore:screwIron>]]);
recipes.addShaped(<Railcraft:tile.railcraft.machine.beta:2>, [
[<ore:screwIron>, <ore:plateIron>, <ore:screwIron>],
[<minecraft:iron_bars>, <ore:craftingToolScrewdriver>, <minecraft:iron_bars>],
[<ore:screwIron>, <ore:pipeSmallWood>, <ore:screwIron>]]);
recipes.addShaped(<Railcraft:tile.railcraft.machine.beta:3>, [
[<ore:plateIron>, <ore:plateIron>, <ore:plateIron>],
[null, <ore:craftingToolHardHammer>, null],
[<ore:plateIron>, <ore:plateIron>, <ore:plateIron>]]);
recipes.addShaped(<Railcraft:tile.railcraft.machine.beta:4>, [
[<ore:plateSteel>, <ore:plateSteel>, <ore:plateSteel>],
[null, <ore:craftingToolHardHammer>, null],
[<ore:plateSteel>, <ore:plateSteel>, <ore:plateSteel>]]);
Display More
Nerf IC2 Gold HV and Tin Cable:
recipes.remove(<IC2:itemCable:2>);
recipes.remove(<IC2:itemCable:5>);
recipes.remove(<IC2:itemCable:10>);
recipes.addShaped(<IC2:itemCable:2>, [
[<ore:craftingToolWireCutter>, <ore:plateGold>, null],
[null, null, null],
[null, null, null]]);
recipes.addShaped(<IC2:itemCable:5>, [
[<ore:craftingToolWireCutter>, <ore:plateIron>, null],
[null, null, null],
[null, null, null]]);
recipes.addShaped(<IC2:itemCable:10>, [
[<ore:craftingToolWireCutter>, <ore:plateTin>, null],
[null, null, null],
[null, null, null]]);
Display More
Railcraft Rain Tank:
recipes.remove(<Railcraft:tile.railcraft.machine.alpha:14>);
recipes.addShaped(<Railcraft:tile.railcraft.machine.alpha:14> *2, [
[<gregtech:gt.metaitem.01:17809>, <gregtech:gt.metaitem.01:17809>, <gregtech:gt.metaitem.01:17809>],
[<ore:stickIron>, <ore:craftingToolScrewdriver>, <ore:stickIron>],
[<gregtech:gt.metaitem.01:17809>, <IC2:itemHarz>, <gregtech:gt.metaitem.01:17809>]]);
recipes.addShaped(<Railcraft:tile.railcraft.machine.alpha:14> *4, [
[<gregtech:gt.metaitem.01:17809>, <gregtech:gt.metaitem.01:17809>, <gregtech:gt.metaitem.01:17809>],
[<ore:stickIron>, <ore:craftingToolScrewdriver>, <ore:stickIron>],
[<gregtech:gt.metaitem.01:17809>, <minecraft:slime_ball>, <gregtech:gt.metaitem.01:17809>]]);
Display More
Railcraft Tanks and Boilers
CodeDisplay Morerecipes.remove(<Railcraft:tile.railcraft.machine.beta>); recipes.remove(<Railcraft:tile.railcraft.machine.beta:1>); recipes.remove(<Railcraft:tile.railcraft.machine.beta:2>); recipes.remove(<Railcraft:tile.railcraft.machine.beta:3>); recipes.remove(<Railcraft:tile.railcraft.machine.beta:4>); recipes.addShaped(<Railcraft:tile.railcraft.machine.beta> *4, [ [<ore:screwIron>, <ore:plateIron>, <ore:screwIron>], [<ore:plateIron>, <ore:craftingToolScrewdriver>, <ore:plateIron>], [<ore:screwIron>, <ore:plateIron>, <ore:screwIron>]]); recipes.addShaped(<Railcraft:tile.railcraft.machine.beta:1> *2, [ [<ore:screwIron>, <ore:plateIron>, <ore:screwIron>], [<minecraft:glass_pane>, <ore:craftingToolScrewdriver>, <minecraft:glass_pane>], [<ore:screwIron>, <ore:plateIron>, <ore:screwIron>]]); recipes.addShaped(<Railcraft:tile.railcraft.machine.beta:2>, [ [<ore:screwIron>, <ore:plateIron>, <ore:screwIron>], [<minecraft:iron_bars>, <ore:craftingToolScrewdriver>, <minecraft:iron_bars>], [<ore:screwIron>, <ore:pipeSmallWood>, <ore:screwIron>]]); recipes.addShaped(<Railcraft:tile.railcraft.machine.beta:3>, [ [<ore:plateIron>, <ore:plateIron>, <ore:plateIron>], [null, <ore:craftingToolHardHammer>, null], [<ore:plateIron>, <ore:plateIron>, <ore:plateIron>]]); recipes.addShaped(<Railcraft:tile.railcraft.machine.beta:4>, [ [<ore:plateSteel>, <ore:plateSteel>, <ore:plateSteel>], [null, <ore:craftingToolHardHammer>, null], [<ore:plateSteel>, <ore:plateSteel>, <ore:plateSteel>]]);
Better use this for remove:
recipes.removeShaped(<Railcraft:tile.railcraft.machine.beta>, [
[<Railcraft:part.plate>, <Railcraft:part.plate>],
[<Railcraft:part.plate>, <Railcraft:part.plate>]]);
recipes.removeShaped(<Railcraft:tile.railcraft.machine.beta:1>, [
[<minecraft:glass_pane>, <Railcraft:part.plate>,<minecraft:glass_pane>],
[<Railcraft:part.plate>, <minecraft:glass_pane>, <Railcraft:part.plate>],
[<minecraft:glass_pane>, <Railcraft:part.plate>,<minecraft:glass_pane>]]);
recipes.removeShaped(<Railcraft:tile.railcraft.machine.beta:2>, [
[<minecraft:iron_bars>, <Railcraft:part.plate>,<minecraft:iron_bars>],
[<Railcraft:part.plate>, <minecraft:lever>, <Railcraft:part.plate>],
[<minecraft:iron_bars>, <Railcraft:part.plate>,<minecraft:iron_bars>]]);
Display More