Skip to content

Commit

Permalink
Bottle+8 sculk->experience bottle
Browse files Browse the repository at this point in the history
If I remember correctly, this change wasn't accepted or rejected, but it's something I can implement easily so I might as well. If the change gets rejected, just close this pull request.
  • Loading branch information
xp2-882030kgz010602 authored Sep 20, 2024
1 parent 9477183 commit eec459d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/main/data/harmony/recipes/xp_bottle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"key": {
"#": {
"item": "minecraft:sculk"
},
"X": {
"item": "minecraft:glass_bottle"
}
},
"pattern": [
"###",
"#X#",
"###"
],
"result": {
"count": 1,
"id": "minecraft:experience_bottle"
}
}

0 comments on commit eec459d

Please sign in to comment.