Added Assembly Machine Smelter recipe advancements

Excluding getting Lithium Ion Battery recipe by lithium fluid. Assembly Machine doesn't has correct symbol displayed in toast because of inconsistency in assembly/assembling.
This commit is contained in:
Ayutac 2021-12-18 16:17:31 +01:00
parent b9ec2e36af
commit 1a8253c6ed
10 changed files with 342 additions and 0 deletions

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:assembling_machine/advanced_circuit"
]
},
"criteria": {
"has_electrum_plate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:electrum_plates"
}
]
}
},
"has_silicon_plate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:silicon_plates"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:assembling_machine/advanced_circuit"
}
}
},
"requirements": [
[
"has_electrum_plate",
"has_silicon_plate",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:assembling_machine/data_storage_chip"
]
},
"criteria": {
"has_data_storage_core": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:data_storage_core"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:assembling_machine/data_storage_chip"
}
}
},
"requirements": [
[
"has_data_storage_core",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:assembling_machine/data_storage_core"
]
},
"criteria": {
"has_peridot_plate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:peridot_plates"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:assembling_machine/data_storage_core"
}
}
},
"requirements": [
[
"has_peridot_plate",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:assembling_machine/data_storage_core_from_emerald"
]
},
"criteria": {
"has_emerald_plate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:emerald_plates"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:assembling_machine/data_storage_core_from_emerald"
}
}
},
"requirements": [
[
"has_emerald_plate",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:assembling_machine/electronic_circuit"
]
},
"criteria": {
"has_copper_plate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:copper_plates"
}
]
}
},
"has_silicon_plate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:silicon_plates"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:assembling_machine/electronic_circuit"
}
}
},
"requirements": [
[
"has_copper_plate",
"has_silicon_plate",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:assembling_machine/energy_crystal"
]
},
"criteria": {
"has_redstone_crystal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:synthetic_redstone_crystal"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:assembling_machine/energy_crystal"
}
}
},
"requirements": [
[
"has_redstone_crystal",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:assembling_machine/energy_flow_chip"
]
},
"criteria": {
"has_lapotron_crystal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:lapotron_crystal"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:assembling_machine/energy_flow_chip"
}
}
},
"requirements": [
[
"has_lapotron_crystal",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:assembling_machine/industrial_circuit"
]
},
"criteria": {
"has_platinum_plate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:platinum_plates"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:assembling_machine/industrial_circuit"
}
}
},
"requirements": [
[
"has_platinum_plate",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:assembling_machine/lithium_ion_battery"
]
},
"criteria": {
"has_aluminium_plate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:aluminum_plates"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:assembling_machine/lithium_ion_battery"
}
}
},
"requirements": [
[
"has_aluminium_plate",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:assembling_machine/wind_mill"
]
},
"criteria": {
"has_magnalium_plate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:magnalium_plate"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:assembling_machine/wind_mill"
}
}
},
"requirements": [
[
"has_magnalium_plate",
"has_the_recipe"
]
]
}