Skip to content

Commit

Permalink
fix(vinery): fix glowing wine recipe in create mixing
Browse files Browse the repository at this point in the history
  • Loading branch information
TurnrDev committed May 17, 2024
1 parent a2fcd6c commit 74cb348
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/brassburg/recipes/mixing/glowing_wine_mixing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"recipe": {
"type": "create:mixing",
"ingredients": [
{
"tag": "vinery:grapejuice_white"
},
{
"item": "minecraft:glow_berries"
},
{
"item": "vinery:wine_bottle"
}
],
"results": [
{
"item": "vinery:glowing_wine"
}
]
}
}

0 comments on commit 74cb348

Please sign in to comment.