Files
Applied-Energistics-2/src/main/resources/assets/appliedenergistics2/recipes/materials/basiccard.json
T
yueh 74b9610b45 JSON resource cleanup (#3178)
Unified formatting
Added missing new lines at end of file
Removed superfluous spaces
Removed channel texture from dense covered cables.
2017-10-26 12:47:08 +02:00

38 lines
829 B
JSON

{
"conditions": [
{
"type": "appliedenergistics2:material_exists",
"material": "material.basic_card"
}
],
"result": {
"type": "appliedenergistics2:part",
"part": "material.basic_card",
"count": 2
},
"type": "appliedenergistics2:part_shaped",
"pattern": [
"ab ",
"cdb",
"ab "
],
"key": {
"b": {
"type": "forge:ore_dict",
"ore": "ingotIron"
},
"c": {
"type": "forge:ore_dict",
"ore": "dustRedstone"
},
"a": {
"type": "forge:ore_dict",
"ore": "ingotGold"
},
"d": {
"type": "appliedenergistics2:part",
"part": "material.calculation_processor"
}
}
}