Skip to content

Commit

Permalink
Added a forgotten recipe for the Security Box.
Browse files Browse the repository at this point in the history
Heh whoops...
  • Loading branch information
RavenholmZombie committed Feb 16, 2024
1 parent f5c3621 commit e9791df
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/main/resources/assets/wbtc/recipes/security_box.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"type": "minecraft:crafting_shaped",
"pattern":
[
"BBB",
"R R",
"RRR"
],
"key":
{
"R":
{
"type": "forge:ore_dict",
"ore": "stickIron"
},
"B":
{
"item": "wbtc:black_plastic"
}
},
"result":
{
"item": "wbtc:security_box",
"count": 6
}
}

0 comments on commit e9791df

Please sign in to comment.