Removed ingot->raw recipes and toasts. Thanks to Ayutac.

This commit is contained in:
Ayutac 2022-06-11 17:06:52 +02:00 committed by GitHub
parent e06f07650a
commit db8915d89d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 0 additions and 376 deletions

View file

@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:industrial_grinder/copper_ingot_with_mercury"
]
},
"criteria": {
"has_copper_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["minecraft:copper_ingot"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:industrial_grinder/copper_ingot_with_mercury"
}
}
},
"requirements": [
[
"has_copper_ingot",
"has_the_recipe"
]
]
}

View file

@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:industrial_grinder/gold_ingot_with_mercury"
]
},
"criteria": {
"has_gold_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["minecraft:gold_ingot"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:industrial_grinder/gold_ingot_with_mercury"
}
}
},
"requirements": [
[
"has_gold_ingot",
"has_the_recipe"
]
]
}

View file

@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:industrial_grinder/gold_ingot_with_mercury"
]
},
"criteria": {
"has_gold_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:iridium_ingots"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:industrial_grinder/gold_ingot_with_mercury"
}
}
},
"requirements": [
[
"has_gold_ingot",
"has_the_recipe"
]
]
}

View file

@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:industrial_grinder/iron_ingot_with_mercury"
]
},
"criteria": {
"has_iron_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["minecraft:iron_ingot"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:industrial_grinder/iron_ingot_with_mercury"
}
}
},
"requirements": [
[
"has_iron_ingot",
"has_the_recipe"
]
]
}

View file

@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:industrial_grinder/silver_ingot_with_mercury"
]
},
"criteria": {
"has_silver_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:silver_ingots"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:industrial_grinder/silver_ingot_with_mercury"
}
}
},
"requirements": [
[
"has_silver_ingot",
"has_the_recipe"
]
]
}

View file

@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:industrial_grinder/tin_ingot_with_mercury"
]
},
"criteria": {
"has_tin_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:tin_ingots"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:industrial_grinder/tin_ingot_with_mercury"
}
}
},
"requirements": [
[
"has_tin_ingot",
"has_the_recipe"
]
]
}

View file

@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:industrial_grinder/tungsten_ingot_with_mercury"
]
},
"criteria": {
"has_tungsten_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:tungsten_ingots"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:industrial_grinder/tungsten_ingot_with_mercury"
}
}
},
"requirements": [
[
"has_tungsten_ingot",
"has_the_recipe"
]
]
}

View file

@ -1,19 +0,0 @@
{
"type": "techreborn:industrial_grinder",
"power": 16,
"time": 40,
"tank": {
"fluid": "techreborn:mercury",
"amount": 1000
},
"ingredients": [
{
"item": "minecraft:copper_ingot"
}
],
"results": [
{
"item": "minecraft:raw_copper"
}
]
}

View file

@ -1,19 +0,0 @@
{
"type": "techreborn:industrial_grinder",
"power": 16,
"time": 40,
"tank": {
"fluid": "techreborn:mercury",
"amount": 1000
},
"ingredients": [
{
"item": "minecraft:gold_ingot"
}
],
"results": [
{
"item": "minecraft:raw_gold"
}
]
}

View file

@ -1,19 +0,0 @@
{
"type": "techreborn:industrial_grinder",
"power": 16,
"time": 40,
"tank": {
"fluid": "techreborn:mercury",
"amount": 1000
},
"ingredients": [
{
"tag": "c:iridium_ingots"
}
],
"results": [
{
"item": "techreborn:raw_iridium"
}
]
}

View file

@ -1,19 +0,0 @@
{
"type": "techreborn:industrial_grinder",
"power": 16,
"time": 40,
"tank": {
"fluid": "techreborn:mercury",
"amount": 1000
},
"ingredients": [
{
"item": "minecraft:iron_ingot"
}
],
"results": [
{
"item": "minecraft:raw_iron"
}
]
}

View file

@ -1,19 +0,0 @@
{
"type": "techreborn:industrial_grinder",
"power": 16,
"time": 40,
"tank": {
"fluid": "techreborn:mercury",
"amount": 1000
},
"ingredients": [
{
"tag": "c:lead_ingots"
}
],
"results": [
{
"item": "techreborn:raw_lead"
}
]
}

View file

@ -1,19 +0,0 @@
{
"type": "techreborn:industrial_grinder",
"power": 16,
"time": 40,
"tank": {
"fluid": "techreborn:mercury",
"amount": 1000
},
"ingredients": [
{
"tag": "c:silver_ingots"
}
],
"results": [
{
"item": "techreborn:raw_silver"
}
]
}

View file

@ -1,19 +0,0 @@
{
"type": "techreborn:industrial_grinder",
"power": 16,
"time": 40,
"tank": {
"fluid": "techreborn:mercury",
"amount": 1000
},
"ingredients": [
{
"tag": "c:tin_ingots"
}
],
"results": [
{
"item": "techreborn:raw_tin"
}
]
}

View file

@ -1,19 +0,0 @@
{
"type": "techreborn:industrial_grinder",
"power": 16,
"time": 40,
"tank": {
"fluid": "techreborn:mercury",
"amount": 1000
},
"ingredients": [
{
"tag": "c:tungsten_ingots"
}
],
"results": [
{
"item": "techreborn:raw_tungsten"
}
]
}