Added toasts for crafting_table/parts

This commit is contained in:
Ayutac 2022-02-11 14:33:49 +01:00
parent ee17fe58d8
commit cea01d6075
33 changed files with 1221 additions and 0 deletions

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/advanced_circuit"
]
},
"criteria": {
"has_electronic_circuit": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:electronic_circuit"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/advanced_circuit"
}
}
},
"requirements": [
[
"has_electronic_circuit",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/basic_display"
]
},
"criteria": {
"has_refined_iron_plate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:refined_iron_plates"
}
]
}
},
"has_electronic_circuit": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:electronic_circuit"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/basic_display"
}
}
},
"requirements": [
[
"has_refined_iron_plate",
"has_electronic_circuit",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/carbon_fiber"
]
},
"criteria": {
"has_coal_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:coal_dusts"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/carbon_fiber"
}
}
},
"requirements": [
[
"has_coal_dust",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/carbon_fiber_from_cells"
]
},
"criteria": {
"has_carbon_bucket": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:carbon_bucket"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/carbon_fiber_from_cells"
}
}
},
"requirements": [
[
"has_carbon_bucket",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/carbon_mesh"
]
},
"criteria": {
"has_carbon_fiber": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:carbon_fiber"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/carbon_mesh"
}
}
},
"requirements": [
[
"has_carbon_fiber",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/data_storage_chip"
]
},
"criteria": {
"has_iridium_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:iridium_ingots"
}
]
}
},
"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:crafting_table/parts/data_storage_chip"
}
}
},
"requirements": [
[
"has_iridium_ingot",
"has_data_storage_core",
"has_the_recipe"
]
]
}

View file

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

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/diamond_grinding_head"
]
},
"criteria": {
"has_steel_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:steel_ingots"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/diamond_grinding_head"
}
}
},
"requirements": [
[
"has_steel_ingot",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/diamond_saw_blade"
]
},
"criteria": {
"has_steel_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:steel_ingots"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/diamond_saw_blade"
}
}
},
"requirements": [
[
"has_steel_ingot",
"has_the_recipe"
]
]
}

View file

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

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/electronic_circuit"
]
},
"criteria": {
"has_refined_iron_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:refined_iron_ingots"
}
]
}
},
"has_insulated_copper_cable": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:insulated_copper_cable"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/electronic_circuit"
}
}
},
"requirements": [
[
"has_refined_iron_ingot",
"has_insulated_copper_cable",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/energy_flow_chip"
]
},
"criteria": {
"has_iridium_alloy_plate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:iridium_alloy_plates"
}
]
}
},
"has_lapotron_crystal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:lapotron_crystal"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/energy_flow_chip"
}
}
},
"requirements": [
[
"has_iridium_alloy_plate",
"has_lapotron_crystal",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/helium_coolant_cell_180k"
]
},
"criteria": {
"has_helium_coolant_cell_60k": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:helium_coolant_cell_60k"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/helium_coolant_cell_180k"
}
}
},
"requirements": [
[
"has_helium_coolant_cell_60k",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/helium_coolant_cell_360k"
]
},
"criteria": {
"has_helium_coolant_cell_180k": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:helium_coolant_cell_180k"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/helium_coolant_cell_360k"
}
}
},
"requirements": [
[
"has_helium_coolant_cell_180k",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/helium_coolant_cell_60k"
]
},
"criteria": {
"has_helium_bucket": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:helium_bucket"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/helium_coolant_cell_60k"
}
}
},
"requirements": [
[
"has_helium_bucket",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/iridium_neutron_reflector"
]
},
"criteria": {
"has_iridium_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:iridium_ingots"
}
]
}
},
"has_thick_neutron_reflector": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:thick_neutron_reflector"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/iridium_neutron_reflector"
}
}
},
"requirements": [
[
"has_iridium_ingot",
"has_thick_neutron_reflector",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/nak_coolant_cell_180k"
]
},
"criteria": {
"has_nak_coolant_cell_60k": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:nak_coolant_cell_60k"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/nak_coolant_cell_180k"
}
}
},
"requirements": [
[
"has_nak_coolant_cell_60k",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/nak_coolant_cell_360k"
]
},
"criteria": {
"has_nak_coolant_cell_180k": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:nak_coolant_cell_180k"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/nak_coolant_cell_360k"
}
}
},
"requirements": [
[
"has_nak_coolant_cell_180k",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,54 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/nak_coolant_cell_60k"
]
},
"criteria": {
"has_water_coolant_cell_10k": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:water_coolant_cell_10k"]
}
]
}
},
"has_sodium_bucket": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:sodium_bucket"]
}
]
}
},
"has_potassium_bucket": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:potassium_bucket"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/nak_coolant_cell_60k"
}
}
},
"requirements": [
[
"has_water_coolant_cell_10k",
"has_sodium_bucket",
"has_potassium_bucket",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,54 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/nak_coolant_cell_60k_alt"
]
},
"criteria": {
"has_water_coolant_cell_10k": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:water_coolant_cell_10k"]
}
]
}
},
"has_sodium_bucket": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:sodium_bucket"]
}
]
}
},
"has_potassium_bucket": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:potassium_bucket"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/nak_coolant_cell_60k_alt"
}
}
},
"requirements": [
[
"has_water_coolant_cell_10k",
"has_sodium_bucket",
"has_potassium_bucket",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/neutron_reflector"
]
},
"criteria": {
"has_tin_plate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:tin_plates"
}
]
}
},
"has_copper_plate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:copper_plates"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/neutron_reflector"
}
}
},
"requirements": [
[
"has_tin_plate",
"has_copper_plate",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/plantball_from_grass_variants"
]
},
"criteria": {
"has_grass_variant": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:grass_variants"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/plantball_from_grass_variants"
}
}
},
"requirements": [
[
"has_grass_variant",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/plantball_from_kelp"
]
},
"criteria": {
"has_kelp": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["minecraft:kelp"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/plantball_from_kelp"
}
}
},
"requirements": [
[
"has_kelp",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/plantball_from_leaves"
]
},
"criteria": {
"has_leaves": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:leaves"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/plantball_from_leaves"
}
}
},
"requirements": [
[
"has_leaves",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/plantball_from_saplings"
]
},
"criteria": {
"has_sapling": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:saplings"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/plantball_from_saplings"
}
}
},
"requirements": [
[
"has_sapling",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/plantball_from_sugar_cane"
]
},
"criteria": {
"has_sugar_cane": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["minecraft:sugar_cane"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/plantball_from_sugar_cane"
}
}
},
"requirements": [
[
"has_sugar_cane",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/superconductor"
]
},
"criteria": {
"has_helium_coolant_cell_60k": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:helium_coolant_cell_60k"]
}
]
}
},
"has_energy_flow_chip": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:energy_flow_chip"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/superconductor"
}
}
},
"requirements": [
[
"has_helium_coolant_cell_60k",
"has_energy_flow_chip",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/thick_neutron_reflector"
]
},
"criteria": {
"has_neutron_reflector": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:neutron_reflector"]
}
]
}
},
"has_beryllium_bucket": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:beryllium_bucket"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/thick_neutron_reflector"
}
}
},
"requirements": [
[
"has_neutron_reflector",
"has_beryllium_bucket",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/tungsten_grinding_head"
]
},
"criteria": {
"has_steel_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:steel_blocks"
}
]
}
},
"has_tungsten_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:tungsten_ingots"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/tungsten_grinding_head"
}
}
},
"requirements": [
[
"has_steel_block",
"has_tungsten_ingot",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/water_coolant_cell_10k"
]
},
"criteria": {
"has_tin_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:tin_ingots"
}
]
}
},
"has_water_bucket": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["minecraft:water_bucket"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/water_coolant_cell_10k"
}
}
},
"requirements": [
[
"has_tin_ingot",
"has_water_bucket",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/water_coolant_cell_30k"
]
},
"criteria": {
"has_water_coolant_cell_10k": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:water_coolant_cell_10k"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/water_coolant_cell_30k"
}
}
},
"requirements": [
[
"has_water_coolant_cell_10k",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/water_coolant_cell_60k"
]
},
"criteria": {
"has_water_coolant_cell_30k": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:water_coolant_cell_30k"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/water_coolant_cell_60k"
}
}
},
"requirements": [
[
"has_water_coolant_cell_30k",
"has_the_recipe"
]
]
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/parts/wood_plate"
]
},
"criteria": {
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:planks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/parts/wood_plate"
}
}
},
"requirements": [
[
"has_planks",
"has_the_recipe"
]
]
}