Created
December 21, 2014 20:16
-
-
Save danielevans/1e723462525816736079 to your computer and use it in GitHub Desktop.
Molecular Transformer Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################################## | |
# AdvancedSolarPanels Molecular Transformer Recipes # | |
################################################################################################## | |
# Format of recipe: "inputItem:stackSize;outputItem:outputStackSize;energy" # | |
# InputItem (outputItem) format: # | |
# "oredict:forgeOreDictName" or "minecraft:item_name-meta" or "modID:item_name-meta" # | |
# New line = new recipe. # | |
# Add "#" before line to skip parsing recipe # | |
################################################################################################## | |
version=1.0 | |
################################################################################################## | |
minecraft:skull-1:1; minecraft:nether_star:1; 250000000 | |
minecraft:iron_ingot:1; IC2:itemOreIridium:1; 9000000 | |
minecraft:netherrack:1; minecraft:gunpowder:2; 70000 | |
minecraft:sand:1; minecraft:gravel:1; 50000 | |
minecraft:dirt:1; minecraft:clay:1; 50000 | |
minecraft:coal-1:1; minecraft:coal-0:1; 60000 | |
minecraft:glowstone_dust:1; AdvancedSolarPanel:asp_crafting_items-9:1; 1000000 | |
minecraft:glowstone:1; AdvancedSolarPanel:asp_crafting_items-0:1; 9000000 | |
minecraft:wool-4:1; minecraft:glowstone:1; 500000 | |
minecraft:wool-11:1; minecraft:lapis_block:1; 500000 | |
minecraft:wool-14:1; minecraft:redstone_block:1; 500000 | |
minecraft:dye-4:1; oredict:gemSapphire; 5000000 | |
minecraft:redstone:1; oredict:gemRuby:1; 5000000 | |
minecraft:coal:1; IC2:itemPartIndustrialDiamond:1; 9000000 | |
IC2:itemPartIndustrialDiamond:1; minecraft:diamond:1; 1000000 | |
oredict:dustTitanium:1; oredict:dustChrome:1; 500000 | |
oredict:ingotTitanium:1; oredict:ingotChrome:1; 500000 | |
oredict:gemNetherQuartz:1; oredict:gemCertusQuartz:1; 500000 | |
oredict:ingotCopper:1; oredict:ingotNickel:1; 300000 | |
oredict:ingotTin:1; oredict:ingotSilver:1; 500000 | |
oredict:ingotSilver:1; oredict:ingotGold:1; 500000 | |
oredict:ingotGold:1; oredict:ingotPlatinum:1; 9000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment