Skip to content

Commit

Permalink
Add more compat recipes for TF.
Browse files Browse the repository at this point in the history
Related to #6.
  • Loading branch information
zcaliptium committed Apr 15, 2019
1 parent a51314d commit b28e597
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"type": "forge:ore_shaped",
"pattern": [
"AAA",
"BBB",
"CCC"
],
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermalfoundation"
},
{
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "ic2"
}
},
{
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "techreborn"
}
}
],
"key": {
"A": {
"type": "forge:ore_dict",
"ore": "plateInvar"
},
"B": {
"type": "forge:ore_dict",
"ore": "plateBronze"
},
"C": {
"type": "forge:ore_dict",
"ore": "plateAluminum"
}
},
"result": {
"item": "compositegear:advanced_alloy_plate",
"count": 5
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"type": "forge:ore_shaped",
"pattern": [
"AAA",
"BBB",
"CCC"
],
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermalfoundation"
},
{
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "ic2"
}
},
{
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "techreborn"
}
}
],
"key": {
"A": {
"type": "forge:ore_dict",
"ore": "plateInvar"
},
"B": {
"type": "forge:ore_dict",
"ore": "plateBronze"
},
"C": {
"type": "forge:ore_dict",
"ore": "plateTin"
}
},
"result": {
"item": "compositegear:advanced_alloy_plate",
"count": 4
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"type": "forge:ore_shaped",
"pattern": [
"AAA",
"BBB",
"CCC"
],
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermalfoundation"
},
{
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "ic2"
}
},
{
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "techreborn"
}
}
],
"key": {
"A": {
"type": "forge:ore_dict",
"ore": "plateSteel"
},
"B": {
"type": "forge:ore_dict",
"ore": "plateBronze"
},
"C": {
"type": "forge:ore_dict",
"ore": "plateTin"
}
},
"result": {
"item": "compositegear:advanced_alloy_plate",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"type": "forge:ore_shaped",
"pattern": [
"AAA",
"BBB",
"CCC"
],
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermalfoundation"
},
{
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "ic2"
}
},
{
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "techreborn"
}
}
],
"key": {
"A": {
"type": "forge:ore_dict",
"ore": "plateNickel"
},
"B": {
"type": "forge:ore_dict",
"ore": "plateBronze"
},
"C": {
"type": "forge:ore_dict",
"ore": "plateAluminum"
}
},
"result": {
"item": "compositegear:advanced_alloy_plate",
"count": 4
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"type": "forge:ore_shaped",
"pattern": [
"AAA",
"BBB",
"CCC"
],
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermalfoundation"
},
{
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "ic2"
}
},
{
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "techreborn"
}
}
],
"key": {
"A": {
"type": "forge:ore_dict",
"ore": "plateNickel"
},
"B": {
"type": "forge:ore_dict",
"ore": "plateBronze"
},
"C": {
"type": "forge:ore_dict",
"ore": "plateTin"
}
},
"result": {
"item": "compositegear:advanced_alloy_plate",
"count": 3
}
}

0 comments on commit b28e597

Please sign in to comment.