Skip to content

Commit

Permalink
feat(deepslate): add chance of getting copper
Browse files Browse the repository at this point in the history
  • Loading branch information
TurnrDev committed Apr 18, 2024
1 parent 5b84ff3 commit 70d24f3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/brassburg/recipes/crushing/deepslate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "minecraft:cobbled_deepslate"
}
],
"processingTime": 350,
"results": [
{
"chance": 0.125,
"count": 1,
"item": "create:copper_nugget"
}
]
}

0 comments on commit 70d24f3

Please sign in to comment.