Created
March 6, 2012 13:19
-
-
Save giodamelio/1986239 to your computer and use it in GitHub Desktop.
Dataset
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
recipes = { | |
"recipe": { | |
"name": "solar_panel", | |
"type": "craft", | |
"ingredients": { | |
"input": [ | |
"coal_dust", | |
"glass", | |
"coal_dust", | |
"glass", | |
"coal_dust", | |
"glass", | |
"electronic_circuit", | |
"generator", | |
"electronic_circuit" | |
], | |
"output": { | |
"item": "solar_panel", | |
"quantity": 1 | |
} | |
} | |
}, | |
"recipe": { | |
"name": "re_battery", | |
"type": "craft", | |
"ingredients": { | |
"input": [ | |
"nothing", | |
"insulated_copper_cable", | |
"nothing", | |
"tin", | |
"redstone", | |
"tin", | |
"tin", | |
"redstone", | |
"tin" | |
], | |
"output": { | |
"item": "re_battery", | |
"quantity": 1 | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment