Skip to content

Commit

Permalink
Add golden cake recipe json
Browse files Browse the repository at this point in the history
  • Loading branch information
matshou committed Apr 20, 2020
1 parent 29f8f3b commit 549a515
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/main/resources/data/cococakes/recipes/golden_cake.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" # ",
"#X#",
" # "
],
"key": {
"#": {
"item": "minecraft:gold_ingot"
},
"X": [
{
"item": "minecraft:cake"
},
{
"item": "cococakes:choco_cake"
}
]
},
"result": {
"item": "cococakes:golden_cake"
}
}

0 comments on commit 549a515

Please sign in to comment.