Files
Applied-Energistics-2/src/main/resources/data/appliedenergistics2/recipes/materials/basiccard.json
T
2020-06-10 20:27:29 +02:00

32 lines
534 B
JSON

{
"conditions": [
{
"type": "appliedenergistics2:feature",
"features": ["BASIC_CARDS"]
}
],
"result": {
"item": "appliedenergistics2:basic_card",
"count": 2
},
"type": "minecraft:crafting_shaped",
"pattern": [
"ab ",
"cdb",
"ab "
],
"key": {
"b": {
"tag": "forge:ingots/iron"
},
"c": {
"tag": "forge:dusts/redstone"
},
"a": {
"tag": "forge:ingots/gold"
},
"d": {
"item": "appliedenergistics2:calculation_processor"
}
}
}