diff --git a/src/main/resources/data/croptopia/recipes/tuna_sandwich.json b/src/main/resources/data/croptopia/recipes/tuna_sandwich.json new file mode 100644 index 000000000..19a5d3ffb --- /dev/null +++ b/src/main/resources/data/croptopia/recipes/tuna_sandwich.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecreaft:bread" + }, + { + "tag": "${dependent}:tuna" + }, + { + "tag": "${dependent}:olive_oil" + }, + { + "item": "minecraft:egg" + }, + { + "tag": "${dependent}:celery" + } + ] + "result": { + "item": "croptopia:tuna_sandwich", + "count": 1 + } +}