Skip to content

Commit

Permalink
Add Hydrargym Chest recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Noaaan committed Jun 12, 2024
1 parent cd2868a commit 66c30fb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 0.6.1

- Updated to support Mythic Metals 0.19.9
- Fixed Star Platinum Chain recipe
- Fixed Star Platinum Chain recipe
- Add recipe for Hydrargym Chest
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#C#",
"###"
],
"key": {
"C": {
"tag": "c:wooden_chests"
},
"#": {
"item": "mythicmetals_decorations:hydrargym_ingot"
}
},
"result": {
"item": "mythicmetals_decorations:hydrargym_chest",
"count": 1
},
"group": "mm_chests"
}

0 comments on commit 66c30fb

Please sign in to comment.