Changed drain toast according to new recipe.

This commit is contained in:
Ayutac 2022-01-06 23:53:30 +01:00
parent 672e3134e8
commit 3f26e24184

View file

@ -6,12 +6,12 @@
] ]
}, },
"criteria": { "criteria": {
"has_basic_machine_frame": { "has_iron_bars": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ "items": [
{ {
"items": ["techreborn:basic_machine_frame"] "items": ["minecraft:iron_bars"]
} }
] ]
} }
@ -35,7 +35,7 @@
}, },
"requirements": [ "requirements": [
[ [
"has_basic_machine_frame", "has_iron_bars",
"has_hopper", "has_hopper",
"has_the_recipe" "has_the_recipe"
] ]