|
| 1 | +// File generated by MineTweakerRecipeMaker |
| 2 | +// READ THIS HEADER BEFORE EDITING ANYTHING |
| 3 | +// ================================================================================ |
| 4 | +// This file is read and changed by the mod. |
| 5 | +// If you remove/edit any of the markers, IT WILL STOP WORKING! |
| 6 | +// If you want to make manual edits, make a backup of this file! |
| 7 | +// Markers look like this: "//#MARKER something" |
| 8 | +// They indicate where calls should be placed, so that MineTweaker does them in the correct order. |
| 9 | +// Removes come first, then stuff is added. |
| 10 | +// ================================================================================ |
| 11 | +// |
| 12 | + |
| 13 | +//Nether Ores |
| 14 | + |
| 15 | +//Nether Mitrhil Ore |
| 16 | +//<NetherOres:tile.netherores.ore.1:7> |
| 17 | + |
| 18 | +//Nether Adamantium |
| 19 | +//<NetherOres:tile.netherores.ore.1:8> |
| 20 | + |
| 21 | +// ================================================================================ |
| 22 | + |
| 23 | +//Liquid Dictionary |
| 24 | + |
| 25 | +//TConstruct:fluid.molten.bronze |
| 26 | +//TConstruct:fluid.molten.copper |
| 27 | +//TConstruct:fluid.molten.electrum |
| 28 | +//TConstruct:fluid.molten.invar |
| 29 | +//TConstruct:fluid.molten.lead |
| 30 | +//TConstruct:fluid.molten.nickel |
| 31 | +//TConstruct:fluid.molten.shiny |
| 32 | +//TConstruct:fluid.molten.silver |
| 33 | +//TConstruct:fluid.molten.tin |
| 34 | +//ThermalFoundation:FluidMana |
| 35 | +//Metallurgy:mithril.molten |
| 36 | + |
| 37 | +//Blocks |
| 38 | +//Copper |
| 39 | + |
| 40 | +//<Forestry:resourceStorage:1> |
| 41 | +//<Metallurgy:base.block> |
| 42 | +//<Railcraft:cube:9> |
| 43 | +//<ThermalFoundation:Storage> |
| 44 | +//<TConstruct:MetalBlock:3> |
| 45 | + |
| 46 | +//Ingots |
| 47 | +//Copper |
| 48 | + |
| 49 | +//<Forestry:ingotCopper> |
| 50 | +//<ThermalFoundation:material:64> |
| 51 | +//<Tconstruct:materials:9> |
| 52 | +//<Metallurgy:copper.ingot> |
| 53 | +//<Railcraft:ingot:1> |
| 54 | + |
| 55 | +//Nuggets |
| 56 | +//Copper |
| 57 | + |
| 58 | +//<Thaumcraft:ItemNugget:1> |
| 59 | +//<ThermalFoundation:material:96> |
| 60 | +//<Railcraft:nugget:2> |
| 61 | + |
| 62 | +// ================================================================================ |
| 63 | + |
| 64 | + |
| 65 | +// ================================================================================ |
| 66 | +//#MARKER REMOVE |
| 67 | + |
| 68 | +//mods.tconstruct.Casting.removeTableRecipe(<Thaumcraft:ItemNugget:1>); |
| 69 | + |
| 70 | +// ================================================================================ |
| 71 | +//#MARKER REMOVE SHAPELESS |
| 72 | + |
| 73 | +// ================================================================================ |
| 74 | +//#MARKER REMOVE SHAPED |
| 75 | + |
| 76 | +// ================================================================================ |
| 77 | +//#MARKER ADD |
| 78 | +<ore:dustSalt>.addAll(<ore:foodSalt>); |
| 79 | +<ore:foodSalt>.mirror(<ore:dustSalt>); |
| 80 | + |
| 81 | +mods.tconstruct.Smeltery.addMelting(<NetherOres:tile.netherores.ore.1:7>, <liquid:mithril.molten> * 288, 600); |
| 82 | +//mods.tconstruct.Smeltery.addMelting(<NetherOres:tile.netherores.ore.1:8>, <liquid:adamantium.molten> * 288, 600); |
| 83 | + |
| 84 | +// ================================================================================ |
| 85 | +//#MARKER ADD SHAPELESS |
| 86 | + |
| 87 | +//recipes.addShapeless(<ThermalFoundation:material:64> * 9, [<ore:blockCopper>]); |
| 88 | + |
| 89 | +// ================================================================================ |
| 90 | +//#MARKER ADD SHAPED |
0 commit comments