mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-12 16:14:24 +01:00
Added recipes for crafting tomato seeds
This commit is contained in:
parent
c11682a6f4
commit
37cad29e0d
2 changed files with 28 additions and 0 deletions
14
src/main/resources/assets/unicopia/recipes/tomato_seeds.json
Normal file
14
src/main/resources/assets/unicopia/recipes/tomato_seeds.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "unicopia:tomato",
|
||||||
|
"data": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "unicopia:tomato_seeds",
|
||||||
|
"count": 3,
|
||||||
|
"data": 0
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue