Improved the industrial_electrolyzer toasts

This commit is contained in:
Ayutac 2022-01-02 20:29:53 +01:00
parent c874fde92d
commit 954afe21a5
31 changed files with 37 additions and 37 deletions

View file

@ -1,4 +1,4 @@
{
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [

View file

@ -1,4 +1,4 @@
{
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_ashes_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_bauxite_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,12 +6,12 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_blaze_powder": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:blaze_powder"]
"items": ["minecraft:blaze_powder"]
}
]
}

View file

@ -6,12 +6,12 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_bone_meal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:bone_meal"]
"items": ["minecraft:bone_meal"]
}
]
}

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_calcite_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_charcoal_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_cinnabar_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_clay_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_coal_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_emerald_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_ender_pearl_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_flint_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_galena_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_grossular_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_lazurite_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_obsidian_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_peridot_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_pyrite_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_pyrope_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_raw_tungsten": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_ruby_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_saltpeter_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,12 +6,12 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_sand": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:sand"]
"items": ["minecraft:sand"]
}
]
}

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_sapphire_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_sodalite_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_spessartine_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_sphalerite_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [

View file

@ -6,12 +6,12 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_sugar": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:sugar"]
"items": ["minecraft:sugar"]
}
]
}

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_almandine_dust": {
"has_uvarovite_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [