Skip to content

Commit

Permalink
Merge pull request #316 from DAmNRelentless/recipe-conditions
Browse files Browse the repository at this point in the history
remove forge conditional recipe type
  • Loading branch information
oitsjustjose authored Aug 23, 2022
2 parents b0b8372 + 7ca64c0 commit edfd3fd
Show file tree
Hide file tree
Showing 28 changed files with 300 additions and 616 deletions.
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
{
"type": "forge:conditional",
"recipes": [
"type": "minecraft:blasting",
"conditions": [
{
"conditions": [
{
"values": [
{
"item": "geolosys:aluminum_ingot",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
],
"recipe": {
"type": "minecraft:blasting",
"ingredient": {
"item": "geolosys:aluminum_cluster"
},
"result": "geolosys:aluminum_ingot",
"experience": 0.7,
"cookingtime": 100
}
"type": "forge:item_exists",
"item": "geolosys:aluminum_ingot"
}
]
],
"ingredient": {
"item": "geolosys:aluminum_cluster"
},
"result": "geolosys:aluminum_ingot",
"experience": 0.7,
"cookingtime": 100
}
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
{
"type": "forge:conditional",
"recipes": [
"type": "minecraft:blasting",
"conditions": [
{
"conditions": [
{
"values": [
{
"item": "minecraft:copper_ingot",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
],
"recipe": {
"type": "minecraft:blasting",
"ingredient": {
"item": "geolosys:copper_cluster"
},
"result": "minecraft:copper_ingot",
"experience": 0.7,
"cookingtime": 100
}
"type": "forge:item_exists",
"item": "minecraft:copper_ingot"
}
]
],
"ingredient": {
"item": "geolosys:copper_cluster"
},
"result": "minecraft:copper_ingot",
"experience": 0.7,
"cookingtime": 100
}
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
{
"type": "forge:conditional",
"recipes": [
"type": "minecraft:blasting",
"conditions": [
{
"conditions": [
{
"values": [
{
"item": "minecraft:gold_ingot",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
],
"recipe": {
"type": "minecraft:blasting",
"ingredient": {
"item": "geolosys:gold_cluster"
},
"result": "minecraft:gold_ingot",
"experience": 0.7,
"cookingtime": 100
}
"type": "forge:item_exists",
"item": "minecraft:gold_ingot"
}
]
],
"ingredient": {
"item": "geolosys:gold_cluster"
},
"result": "minecraft:gold_ingot",
"experience": 0.7,
"cookingtime": 100
}
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
{
"type": "forge:conditional",
"recipes": [
"type": "minecraft:blasting",
"conditions": [
{
"conditions": [
{
"values": [
{
"item": "minecraft:iron_ingot",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
],
"recipe": {
"type": "minecraft:blasting",
"ingredient": {
"item": "geolosys:iron_cluster"
},
"result": "minecraft:iron_ingot",
"experience": 0.7,
"cookingtime": 100
}
"type": "forge:item_exists",
"item": "minecraft:iron_ingot"
}
]
],
"ingredient": {
"item": "geolosys:iron_cluster"
},
"result": "minecraft:iron_ingot",
"experience": 0.7,
"cookingtime": 100
}
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
{
"type": "forge:conditional",
"recipes": [
"type": "minecraft:blasting",
"conditions": [
{
"conditions": [
{
"values": [
{
"item": "geolosys:lead_ingot",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
],
"recipe": {
"type": "minecraft:blasting",
"ingredient": {
"item": "geolosys:lead_cluster"
},
"result": "geolosys:lead_ingot",
"experience": 0.7,
"cookingtime": 100
}
"type": "forge:item_exists",
"item": "geolosys:lead_ingot"
}
]
],
"ingredient": {
"item": "geolosys:lead_cluster"
},
"result": "geolosys:lead_ingot",
"experience": 0.7,
"cookingtime": 100
}
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
{
"type": "forge:conditional",
"recipes": [
"type": "minecraft:blasting",
"conditions": [
{
"conditions": [
{
"values": [
{
"item": "minecraft:netherite_scrap",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
],
"recipe": {
"type": "minecraft:blasting",
"ingredient": {
"item": "geolosys:ancient_debris_cluster"
},
"result": "minecraft:netherite_scrap",
"experience": 1.0,
"cookingtime": 200
}
"type": "forge:item_exists",
"item": "minecraft:netherite_scrap"
}
]
],
"ingredient": {
"item": "geolosys:ancient_debris_cluster"
},
"result": "minecraft:netherite_scrap",
"experience": 1.0,
"cookingtime": 200
}
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
{
"type": "forge:conditional",
"recipes": [
"type": "minecraft:blasting",
"conditions": [
{
"conditions": [
{
"values": [
{
"item": "geolosys:nickel_ingot",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
],
"recipe": {
"type": "minecraft:blasting",
"ingredient": {
"item": "geolosys:nickel_cluster"
},
"result": "geolosys:nickel_ingot",
"experience": 0.7,
"cookingtime": 100
}
"type": "forge:item_exists",
"item": "geolosys:nickel_ingot"
}
]
],
"ingredient": {
"item": "geolosys:nickel_cluster"
},
"result": "geolosys:nickel_ingot",
"experience": 0.7,
"cookingtime": 100
}
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
{
"type": "forge:conditional",
"recipes": [
"type": "minecraft:blasting",
"conditions": [
{
"conditions": [
{
"values": [
{
"item": "geolosys:platinum_ingot",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
],
"recipe": {
"type": "minecraft:blasting",
"ingredient": {
"item": "geolosys:platinum_cluster"
},
"result": "geolosys:platinum_ingot",
"experience": 0.7,
"cookingtime": 100
}
"type": "forge:item_exists",
"item": "geolosys:platinum_ingot"
}
]
],
"ingredient": {
"item": "geolosys:platinum_cluster"
},
"result": "geolosys:platinum_ingot",
"experience": 0.7,
"cookingtime": 100
}
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
{
"type": "forge:conditional",
"recipes": [
"type": "minecraft:blasting",
"conditions": [
{
"conditions": [
{
"values": [
{
"item": "geolosys:silver_ingot",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
],
"recipe": {
"type": "minecraft:blasting",
"ingredient": {
"item": "geolosys:silver_cluster"
},
"result": "geolosys:silver_ingot",
"experience": 0.7,
"cookingtime": 100
}
"type": "forge:item_exists",
"item": "geolosys:silver_ingot"
}
]
],
"ingredient": {
"item": "geolosys:silver_cluster"
},
"result": "geolosys:silver_ingot",
"experience": 0.7,
"cookingtime": 100
}
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
{
"type": "forge:conditional",
"recipes": [
"type": "minecraft:blasting",
"conditions": [
{
"conditions": [
{
"values": [
{
"item": "geolosys:tin_ingot",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
],
"recipe": {
"type": "minecraft:blasting",
"ingredient": {
"item": "geolosys:tin_cluster"
},
"result": "geolosys:tin_ingot",
"experience": 0.7,
"cookingtime": 100
}
"type": "forge:item_exists",
"item": "geolosys:tin_ingot"
}
]
],
"ingredient": {
"item": "geolosys:tin_cluster"
},
"result": "geolosys:tin_ingot",
"experience": 0.7,
"cookingtime": 100
}
Loading

0 comments on commit edfd3fd

Please sign in to comment.