Unicopia/src/main/resources/data/unicopia/recipes/tomato_seeds.json
2020-05-02 18:20:41 +02:00

7 lines
No EOL
173 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "tag": "unicopia:fresh_tomatoes" }
],
"result": { "item": "unicopia:tomato_seeds", "count": 3 }
}