diff --git a/src/main/resources/data/quark/recipes/automation/crafting/feeding_trough.json b/src/main/resources/data/quark/recipes/automation/crafting/feeding_trough.json index 5c00bee498..bab593eb70 100644 --- a/src/main/resources/data/quark/recipes/automation/crafting/feeding_trough.json +++ b/src/main/resources/data/quark/recipes/automation/crafting/feeding_trough.json @@ -1,12 +1,12 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "F F", + "#W#", "###" ], "key": { - "F": { - "tag": "forge:fence_gates/wooden" + "W": { + "item": "minecraft:wheat" }, "#": { "tag": "minecraft:planks"