Skip to content

Commit

Permalink
Fixes #296
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkosto committed Jan 14, 2025
1 parent fc0c94c commit a3ce61a
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"pattern": ["ggg", "fcf", " a "],
"key": {
"c": {
"item": "minecraft:polished_blackstone_pressure_plate"
},
"g": {
"tag": "forge:nuggets/copper"
},
"f": {
"item": "minecraft:ender_pearl"
},
"a": {
"item": "bhc:red_heart_canister"
}
},
"result": {
"item": "cyclic:charm_magicdefense"
}
}

0 comments on commit a3ce61a

Please sign in to comment.