Skip to content

Commit

Permalink
dust recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Badtz committed Mar 2, 2024
1 parent d066e44 commit 79d9fee
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/main/resources/data/create/recipes/milling/diamond_dust.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:milling",
"ingredients": [
{
"item": "minecraft:diamond"
}
],
"processingTime": 200,
"results": [
{
"item": "bone:diamond_dust"
}
]
}
14 changes: 14 additions & 0 deletions src/main/resources/data/create/recipes/milling/emerald_dust.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:milling",
"ingredients": [
{
"item": "minecraft:emerald"
}
],
"processingTime": 200,
"results": [
{
"item": "bone:emerald_dust"
}
]
}
14 changes: 14 additions & 0 deletions src/main/resources/data/create/recipes/milling/lapis_dust.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:milling",
"ingredients": [
{
"item": "minecraft:lapis"
}
],
"processingTime": 200,
"results": [
{
"item": "bone:lapis_dust"
}
]
}

0 comments on commit 79d9fee

Please sign in to comment.