Skip to content

Commit

Permalink
Add Blavingad recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
hibiii committed Jun 18, 2023
1 parent 1dbe725 commit 539b4ea
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions common/data/blahaj/recipes/blue_whale.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" # ",
"###",
"GW "
],
"key": {
"#": {
"item": "minecraft:blue_wool"
},
"G": {
"item": "minecraft:light_gray_wool"
},
"W": {
"item": "minecraft:white_wool"
}
},
"result": {
"item": "blahaj:blue_whale",
"count": 1
}
}

0 comments on commit 539b4ea

Please sign in to comment.