cursed recipes
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "appliedenergistics2:material_exists",
|
||||
"material": "material.card_magnet"
|
||||
}
|
||||
],
|
||||
"type": "appliedenergistics2:inscriber",
|
||||
"mode": "press",
|
||||
"result": {
|
||||
"part": "material.card_magnet"
|
||||
},
|
||||
"ingredients": {
|
||||
"top": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "blockRedstone"
|
||||
},
|
||||
"middle": {
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.basic_card"
|
||||
},
|
||||
"bottom": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "blockLapis"
|
||||
}
|
||||
}
|
||||
}
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "appliedenergistics2:material_exists",
|
||||
"material": "material.card_quantum_link"
|
||||
}
|
||||
],
|
||||
"type": "appliedenergistics2:inscriber",
|
||||
"mode": "press",
|
||||
"result": {
|
||||
"part": "material.card_quantum_link"
|
||||
},
|
||||
"ingredients": {
|
||||
"top": {
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.singularity"
|
||||
},
|
||||
"middle": {
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.advanced_card"
|
||||
},
|
||||
"bottom": {
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.singularity"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user