parent
9017c12402
commit
efe23ea4d0
37
overrides/config/advRocketry/ChemicalReactor.xml
Normal file → Executable file
37
overrides/config/advRocketry/ChemicalReactor.xml
Normal file → Executable file
@ -11,41 +11,14 @@
|
||||
<oreDict>OREDICT_NAME SIZE</oreDict>
|
||||
</output>
|
||||
</Recipe>
|
||||
|
||||
|
||||
Can have Multiple In/Outputs
|
||||
Some Machines can only Accept either Fluids or Items
|
||||
|
||||
|
||||
timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks.
|
||||
power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF.
|
||||
|
||||
|
||||
The "useDefault" attribute will prevent loading of recipes if set to "false"
|
||||
<!-->
|
||||
<Recipes useDefault="true">
|
||||
<Recipe timeRequired="40" power ="20">
|
||||
<input>
|
||||
<itemStack>advancedrocketry:carbonscrubbercartridge 1 1</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:carbonscrubbercartridge</itemStack>
|
||||
<itemStack>minecraft:coal 1 1</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="100" power ="10">
|
||||
<input>
|
||||
<fluidStack>oxygen 10</fluidStack>
|
||||
<fluidStack>hydrogen 10</fluidStack>
|
||||
</input>
|
||||
<output>
|
||||
<fluidStack>rocketfuel 20</fluidStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="100" power ="1">
|
||||
<input>
|
||||
<itemStack>minecraft:bone</itemStack>
|
||||
<fluidStack>nitrogen 10</fluidStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>minecraft:dye 8 15</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
</Recipes>
|
||||
<Recipes useDefault="false">
|
||||
</Recipes>
|
||||
|
27
overrides/config/advRocketry/Crystallizer.xml
Normal file → Executable file
27
overrides/config/advRocketry/Crystallizer.xml
Normal file → Executable file
@ -11,31 +11,14 @@
|
||||
<oreDict>OREDICT_NAME SIZE</oreDict>
|
||||
</output>
|
||||
</Recipe>
|
||||
|
||||
|
||||
Can have Multiple In/Outputs
|
||||
Some Machines can only Accept either Fluids or Items
|
||||
|
||||
|
||||
timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks.
|
||||
power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF.
|
||||
|
||||
|
||||
The "useDefault" attribute will prevent loading of recipes if set to "false"
|
||||
<!-->
|
||||
<Recipes useDefault="true">
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>dustDilithium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productcrystal</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotSilicon</oreDict>
|
||||
<oreDict>nuggetSilicon</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productboule 1 3</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
</Recipes>
|
||||
<Recipes useDefault="false">
|
||||
</Recipes>
|
||||
|
90
overrides/config/advRocketry/CuttingMachine.xml
Normal file → Executable file
90
overrides/config/advRocketry/CuttingMachine.xml
Normal file → Executable file
@ -11,94 +11,14 @@
|
||||
<oreDict>OREDICT_NAME SIZE</oreDict>
|
||||
</output>
|
||||
</Recipe>
|
||||
|
||||
|
||||
Can have Multiple In/Outputs
|
||||
Some Machines can only Accept either Fluids or Items
|
||||
|
||||
|
||||
timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks.
|
||||
power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF.
|
||||
|
||||
|
||||
The "useDefault" attribute will prevent loading of recipes if set to "false"
|
||||
<!-->
|
||||
<Recipes useDefault="true">
|
||||
<Recipe timeRequired="80" power ="10">
|
||||
<input>
|
||||
<itemStack>advancedrocketry:alienwood</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:planks 6</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="100">
|
||||
<input>
|
||||
<itemStack>advancedrocketry:itemcircuitplate 1 1</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:ic 4 2</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="100">
|
||||
<input>
|
||||
<itemStack>advancedrocketry:itemcircuitplate</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:ic 4</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="100">
|
||||
<input>
|
||||
<itemStack>libvulpes:productboule 1 3</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:wafer 4</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="80" power ="10">
|
||||
<input>
|
||||
<itemStack>minecraft:log</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>minecraft:planks 6</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="80" power ="10">
|
||||
<input>
|
||||
<itemStack>minecraft:log 1 1</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>minecraft:planks 6 1</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="80" power ="10">
|
||||
<input>
|
||||
<itemStack>minecraft:log 1 2</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>minecraft:planks 6 2</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="80" power ="10">
|
||||
<input>
|
||||
<itemStack>minecraft:log 1 3</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>minecraft:planks 6 3</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="80" power ="10">
|
||||
<input>
|
||||
<itemStack>minecraft:log2</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>minecraft:planks 6 4</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="80" power ="10">
|
||||
<input>
|
||||
<itemStack>minecraft:log2 1 1</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>minecraft:planks 6 5</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
</Recipes>
|
||||
<Recipes useDefault="false">
|
||||
</Recipes>
|
||||
|
55
overrides/config/advRocketry/ElectricArcFurnace.xml
Normal file → Executable file
55
overrides/config/advRocketry/ElectricArcFurnace.xml
Normal file → Executable file
@ -11,59 +11,14 @@
|
||||
<oreDict>OREDICT_NAME SIZE</oreDict>
|
||||
</output>
|
||||
</Recipe>
|
||||
|
||||
|
||||
Can have Multiple In/Outputs
|
||||
Some Machines can only Accept either Fluids or Items
|
||||
|
||||
|
||||
timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks.
|
||||
power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF.
|
||||
|
||||
|
||||
The "useDefault" attribute will prevent loading of recipes if set to "false"
|
||||
<!-->
|
||||
<Recipes useDefault="true">
|
||||
<Recipe timeRequired="9000" power ="20">
|
||||
<input>
|
||||
<itemStack>thermalfoundation:material 7 132</itemStack>
|
||||
<itemStack>libvulpes:productingot 3 7</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:productingot 3</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="6000" power ="1">
|
||||
<input>
|
||||
<itemStack>minecraft:coal 1 1</itemStack>
|
||||
<itemStack>minecraft:iron_ingot</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>thermalfoundation:material 1 160</itemStack>
|
||||
<itemStack>nuclearcraft:alloy 1 5</itemStack>
|
||||
<itemStack>libvulpes:productingot 1 6</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="12000" power ="1">
|
||||
<input>
|
||||
<itemStack>minecraft:sand</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productingot 1 3</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="3000" power ="20">
|
||||
<input>
|
||||
<itemStack>thermalfoundation:material 1 135</itemStack>
|
||||
<itemStack>libvulpes:productingot 1 7</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:productingot 2 1</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="100" power ="10">
|
||||
<input>
|
||||
<oreDict>oreRutile</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productingot 1 7</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
</Recipes>
|
||||
<Recipes useDefault="false">
|
||||
</Recipes>
|
||||
|
19
overrides/config/advRocketry/Electrolyser.xml
Normal file → Executable file
19
overrides/config/advRocketry/Electrolyser.xml
Normal file → Executable file
@ -11,23 +11,14 @@
|
||||
<oreDict>OREDICT_NAME SIZE</oreDict>
|
||||
</output>
|
||||
</Recipe>
|
||||
|
||||
|
||||
Can have Multiple In/Outputs
|
||||
Some Machines can only Accept either Fluids or Items
|
||||
|
||||
|
||||
timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks.
|
||||
power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF.
|
||||
|
||||
|
||||
The "useDefault" attribute will prevent loading of recipes if set to "false"
|
||||
<!-->
|
||||
<Recipes useDefault="true">
|
||||
<Recipe timeRequired="100" power ="20">
|
||||
<input>
|
||||
<fluidStack>water 10</fluidStack>
|
||||
</input>
|
||||
<output>
|
||||
<fluidStack>hydrogen 100</fluidStack>
|
||||
<fluidStack>oxygen 100</fluidStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
</Recipes>
|
||||
<Recipes useDefault="false">
|
||||
</Recipes>
|
||||
|
762
overrides/config/advRocketry/Lathe.xml
Normal file → Executable file
762
overrides/config/advRocketry/Lathe.xml
Normal file → Executable file
@ -11,766 +11,14 @@
|
||||
<oreDict>OREDICT_NAME SIZE</oreDict>
|
||||
</output>
|
||||
</Recipe>
|
||||
|
||||
|
||||
Can have Multiple In/Outputs
|
||||
Some Machines can only Accept either Fluids or Items
|
||||
|
||||
|
||||
timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks.
|
||||
power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF.
|
||||
|
||||
|
||||
The "useDefault" attribute will prevent loading of recipes if set to "false"
|
||||
<!-->
|
||||
<Recipes useDefault="true">
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotOsmiridium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14207</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotBatteryAlloy</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14091</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotNaquadahEnriched</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14309</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotLumium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14706</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotPromethium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14056</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotNaquadah</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14307</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotCobalt</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14017</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotConductiveIron</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14700</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotVibrantAlloy</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14702</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotSignalum</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14707</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotBlackBronze</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14229</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotEpoxid</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14142</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotYttriumBariumCuprate</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14200</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotEuropium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14022</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotEnderium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14708</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotDuranium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14312</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotPolyvinylChloride</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14989</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotUranium235</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14076</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotStainlessSteel</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14183</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotSiliconRubber</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14960</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotIridium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productrod 2 10</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotMagnalium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14129</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotEnergeticAlloy</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14701</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotSterlingSilver</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14227</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotBismuthBronze</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14230</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotTungsten</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14074</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotLead</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14035</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotRubber</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14152</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotPraseodymium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14055</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotTungstenSteel</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14235</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotElectricalSteel</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14705</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotAntimony</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14003</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotKanthal</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14127</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotSteel</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productrod 2 6</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotOsmium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14047</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotElectrum</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14112</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotTritanium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14311</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotSolderingAlloy</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14180</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotStyreneButadieneRubber</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14953</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotVanadiumSteel</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14301</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotTin</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14071</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotWroughtIron</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14197</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotPlutonium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14052</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotTungstenCarbide</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14300</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotPotassium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14054</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotTitaniumIridium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:productrod 2 1</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotCobaltBrass</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14238</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotBlueSteel</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14233</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotRoseGold</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14228</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotPolyphenyleneSulfide</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14934</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotNaquadahAlloy</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14308</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotTitanium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productrod 2 7</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotManyullyn</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14714</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotAmericium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14002</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotNiobiumTitanium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14135</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotCopper</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productrod 2 4</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotHssg</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14302</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotTinAlloy</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14189</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotHsse</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14303</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotBronze</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14095</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotGold</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14026</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotUltimet</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14192</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotAluminium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14001</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotPalladium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14049</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotBlackSteel</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14231</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotSilver</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14062</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotDarkSteel</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14704</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotRedSteel</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14232</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotPigIron</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14140</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotIronMagnetic</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14297</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotNeodymium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14042</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotCupronickel</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14109</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotBrass</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14094</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotPulsatingIron</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14703</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotNaquadria</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14310</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotIron</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productrod 2 1</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotSteelMagnetic</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14298</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotAnnealedCopper</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14087</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotDamascusSteel</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14234</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotDarmstadtium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14043</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotPlatinum</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14051</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotChrome</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14016</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotPlutonium241</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14053</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotEndSteel</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14712</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotTitaniumAluminide</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:productrod 2</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotArdite</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14713</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotHsss</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14304</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotNiobiumNitride</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14134</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotVanadiumGallium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14195</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotNeutronium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14972</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotInvar</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14126</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotNeodymiumMagnetic</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14299</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotNichrome</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14133</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="300" power ="20">
|
||||
<input>
|
||||
<oreDict>ingotNickelZincFerrite</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>gregtech:meta_item_1 2 14921</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
</Recipes>
|
||||
<Recipes useDefault="false">
|
||||
</Recipes>
|
||||
|
196
overrides/config/advRocketry/PrecisionAssembler.xml
Normal file → Executable file
196
overrides/config/advRocketry/PrecisionAssembler.xml
Normal file → Executable file
@ -11,200 +11,14 @@
|
||||
<oreDict>OREDICT_NAME SIZE</oreDict>
|
||||
</output>
|
||||
</Recipe>
|
||||
|
||||
|
||||
Can have Multiple In/Outputs
|
||||
Some Machines can only Accept either Fluids or Items
|
||||
|
||||
|
||||
timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks.
|
||||
power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF.
|
||||
|
||||
|
||||
The "useDefault" attribute will prevent loading of recipes if set to "false"
|
||||
<!-->
|
||||
<Recipes useDefault="true">
|
||||
<Recipe timeRequired="1000" power ="1">
|
||||
<input>
|
||||
<itemStack>libvulpes:battery</itemStack>
|
||||
<itemStack>advancedrocketry:ic 1 2</itemStack>
|
||||
<itemStack>advancedrocketry:misc</itemStack>
|
||||
<itemStack>advancedrocketry:lens</itemStack>
|
||||
<itemStack>thermalfoundation:material 1 321</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:atmanalyser</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="200" power ="1">
|
||||
<input>
|
||||
<itemStack>libvulpes:battery</itemStack>
|
||||
<itemStack>advancedrocketry:ic 1 2</itemStack>
|
||||
<itemStack>advancedrocketry:ic 1 3</itemStack>
|
||||
<itemStack>advancedrocketry:lens</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:itemupgrade 1 4</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="200" power ="1">
|
||||
<input>
|
||||
<itemStack>advancedrocketry:ic 1 2</itemStack>
|
||||
<itemStack>advancedrocketry:ic 1 3</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:itemupgrade 1 2</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="200" power ="10">
|
||||
<input>
|
||||
<itemStack>minecraft:redstone</itemStack>
|
||||
<itemStack>thermalfoundation:material 1 320</itemStack>
|
||||
<itemStack>thermalfoundation:material 1 352</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:ic 1 3</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="500" power ="60">
|
||||
<input>
|
||||
<itemStack>minecraft:redstone</itemStack>
|
||||
<itemStack>minecraft:emerald</itemStack>
|
||||
<itemStack>advancedrocketry:ic</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:dataunit</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="200" power ="10">
|
||||
<input>
|
||||
<itemStack>minecraft:redstone</itemStack>
|
||||
<itemStack>thermalfoundation:material 1 33</itemStack>
|
||||
<itemStack>thermalfoundation:material 1 352</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:ic 1 4</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="900" power ="100">
|
||||
<input>
|
||||
<itemStack>minecraft:gold_ingot</itemStack>
|
||||
<itemStack>minecraft:redstone_block</itemStack>
|
||||
<itemStack>advancedrocketry:wafer</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:itemcircuitplate 1 1</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="900" power ="100">
|
||||
<input>
|
||||
<itemStack>minecraft:gold_ingot</itemStack>
|
||||
<itemStack>minecraft:redstone</itemStack>
|
||||
<itemStack>advancedrocketry:wafer</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:itemcircuitplate</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="200" power ="1">
|
||||
<input>
|
||||
<itemStack>minecraft:feather</itemStack>
|
||||
<itemStack>advancedrocketry:ic 1 2</itemStack>
|
||||
<itemStack>advancedrocketry:ic 1 3</itemStack>
|
||||
<itemStack>minecraft:leather_boots</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:itemupgrade 1 3</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="200" power ="1">
|
||||
<input>
|
||||
<itemStack>minecraft:diamond</itemStack>
|
||||
<itemStack>advancedrocketry:ic 1 2</itemStack>
|
||||
<itemStack>advancedrocketry:ic 1 3</itemStack>
|
||||
<itemStack>minecraft:fire_charge</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:itemupgrade 1 1</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="200" power ="1">
|
||||
<input>
|
||||
<itemStack>minecraft:redstone</itemStack>
|
||||
<itemStack>advancedrocketry:ic</itemStack>
|
||||
<itemStack>advancedrocketry:ic 1 3</itemStack>
|
||||
<itemStack>minecraft:redstone_torch</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:itemupgrade</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="1000" power ="1">
|
||||
<input>
|
||||
<itemStack>libvulpes:battery</itemStack>
|
||||
<itemStack>advancedrocketry:ic 1 2</itemStack>
|
||||
<itemStack>advancedrocketry:misc</itemStack>
|
||||
<itemStack>advancedrocketry:ic 1 1</itemStack>
|
||||
<itemStack>thermalfoundation:material 1 321</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:biomechanger</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="100" power ="1">
|
||||
<input>
|
||||
<itemStack>advancedrocketry:ic 1 1</itemStack>
|
||||
<itemStack>advancedrocketry:itemupgrade 1 4</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:beaconfinder</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="100" power ="1">
|
||||
<input>
|
||||
<itemStack>advancedrocketry:spacestationchip</itemStack>
|
||||
<itemStack>advancedrocketry:ic 1 1</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:elevatorchip</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="900" power ="50">
|
||||
<input>
|
||||
<itemStack>minecraft:redstone</itemStack>
|
||||
<itemStack>minecraft:ender_eye</itemStack>
|
||||
<itemStack>advancedrocketry:itemcircuitplate</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:ic 1 1</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="1000" power ="1">
|
||||
<input>
|
||||
<itemStack>libvulpes:productrod 2 4</itemStack>
|
||||
<itemStack>libvulpes:productrod 1 7</itemStack>
|
||||
<itemStack>advancedrocketry:ic 1 2</itemStack>
|
||||
<itemStack>advancedrocketry:wafer 2</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:satelliteprimaryfunction 1 5</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="200" power ="10">
|
||||
<input>
|
||||
<itemStack>minecraft:redstone</itemStack>
|
||||
<itemStack>minecraft:dye 1 4</itemStack>
|
||||
<itemStack>thermalfoundation:material 1 352</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:ic 1 5</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="100" power ="1">
|
||||
<input>
|
||||
<itemStack>libvulpes:productrod 1 1</itemStack>
|
||||
<itemStack>advancedrocketry:lens 3</itemStack>
|
||||
<itemStack>minecraft:glass 3</itemStack>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:blocklens</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
</Recipes>
|
||||
<Recipes useDefault="false">
|
||||
</Recipes>
|
||||
|
1360
overrides/config/advRocketry/RollingMachine.xml
Normal file → Executable file
1360
overrides/config/advRocketry/RollingMachine.xml
Normal file → Executable file
File diff suppressed because it is too large
Load Diff
146
overrides/config/advRocketry/SmallPlatePress.xml
Normal file → Executable file
146
overrides/config/advRocketry/SmallPlatePress.xml
Normal file → Executable file
@ -11,150 +11,14 @@
|
||||
<oreDict>OREDICT_NAME SIZE</oreDict>
|
||||
</output>
|
||||
</Recipe>
|
||||
|
||||
|
||||
Can have Multiple In/Outputs
|
||||
Some Machines can only Accept either Fluids or Items
|
||||
|
||||
|
||||
timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks.
|
||||
power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF.
|
||||
|
||||
|
||||
The "useDefault" attribute will prevent loading of recipes if set to "false"
|
||||
<!-->
|
||||
<Recipes useDefault="true">
|
||||
<Recipe timeRequired="0" power ="0">
|
||||
<input>
|
||||
<oreDict>oreDilithium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productdust 2</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="0" power ="0">
|
||||
<input>
|
||||
<oreDict>blockIron</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productplate 4 1</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="0" power ="0">
|
||||
<input>
|
||||
<oreDict>oreIron</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productdust 2 1</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="0" power ="0">
|
||||
<input>
|
||||
<oreDict>blockGold</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productplate 4 2</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="0" power ="0">
|
||||
<input>
|
||||
<oreDict>oreGold</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productdust 2 2</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="0" power ="0">
|
||||
<input>
|
||||
<oreDict>blockCopper</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productplate 4 4</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="0" power ="0">
|
||||
<input>
|
||||
<oreDict>oreCopper</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productdust 2 4</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="0" power ="0">
|
||||
<input>
|
||||
<oreDict>blockTin</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productplate 4 5</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="0" power ="0">
|
||||
<input>
|
||||
<oreDict>oreTin</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productdust 2 5</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="0" power ="0">
|
||||
<input>
|
||||
<oreDict>blockSteel</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productplate 4 6</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="0" power ="0">
|
||||
<input>
|
||||
<oreDict>blockTitanium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productplate 4 7</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="0" power ="0">
|
||||
<input>
|
||||
<oreDict>blockAluminum</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productplate 4 9</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="0" power ="0">
|
||||
<input>
|
||||
<oreDict>oreAluminum</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productdust 2 9</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="0" power ="0">
|
||||
<input>
|
||||
<oreDict>blockIridium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productplate 4 10</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="0" power ="0">
|
||||
<input>
|
||||
<oreDict>oreIridium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>libvulpes:productdust 2 10</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="0" power ="0">
|
||||
<input>
|
||||
<oreDict>blockTitaniumAluminide</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:productplate 4</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
<Recipe timeRequired="0" power ="0">
|
||||
<input>
|
||||
<oreDict>blockTitaniumIridium</oreDict>
|
||||
</input>
|
||||
<output>
|
||||
<itemStack>advancedrocketry:productplate 4 1</itemStack>
|
||||
</output>
|
||||
</Recipe>
|
||||
</Recipes>
|
||||
<Recipes useDefault="false">
|
||||
</Recipes>
|
||||
|
Loading…
x
Reference in New Issue
Block a user