Add recipes for cyan rose & rose

This commit is contained in:
nelle 2023-11-02 00:34:39 -06:00
parent f97c7e92c7
commit d173f8d089
3 changed files with 17 additions and 0 deletions

View file

@ -28,3 +28,4 @@
## [3.0.7]
### Changes:
- Fixed the icon (it was named improperly.)
- Add recipe for cyan rose and rose (put a bush in the crafting table to yield 4 flowers.)

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [],
"result": {
"item": "roses_mod:cyan_rose",
"count": 4
}
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [],
"result": {
"item": "roses_mod:rose_flower",
"count": 4
}
}