Added recipes for crafting tomato seeds

This commit is contained in:
Sollace 2019-01-09 16:58:29 +02:00
parent c11682a6f4
commit 37cad29e0d
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "unicopia:cloudsdale_tomato",
"data": 0
}
],
"result": {
"item": "unicopia:tomato_seeds",
"count": 3,
"data": 0
}
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "unicopia:tomato",
"data": 0
}
],
"result": {
"item": "unicopia:tomato_seeds",
"count": 3,
"data": 0
}
}