Add recipes for cyan rose & rose
This commit is contained in:
parent
f97c7e92c7
commit
d173f8d089
3 changed files with 17 additions and 0 deletions
|
@ -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.)
|
||||
|
|
8
src/main/resources/data/roses_mod/recipes/cyan_rose.json
Normal file
8
src/main/resources/data/roses_mod/recipes/cyan_rose.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [],
|
||||
"result": {
|
||||
"item": "roses_mod:cyan_rose",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [],
|
||||
"result": {
|
||||
"item": "roses_mod:rose_flower",
|
||||
"count": 4
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue