Skip to content

Commit

Permalink
Add missing recipe for Gray Bunting from Wool
Browse files Browse the repository at this point in the history
  • Loading branch information
brnbrd committed Jan 8, 2025
1 parent 7a4ea7d commit 2feaaf4
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"conditions": [
{
"type": "supplementaries:flag",
"flag": "bunting"
}
],
"type": "minecraft:crafting_shaped",
"pattern": [
"111",
"000",
" 0 "
],
"key": {
"1": {
"item": "minecraft:string"
},
"0": {
"item": "minecraft:gray_wool"
}
},
"result": {
"item": "supplementaries:bunting",
"nbt": {
"Color": "gray"
},
"count": 6
}
}

0 comments on commit 2feaaf4

Please sign in to comment.