Skip to content

Commit

Permalink
Add bonemeal, gravel, and sand forge hammer recipes (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n authored Dec 26, 2024
1 parent 294d414 commit a348e13
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"type": "modern_industrialization:forge_hammer",
"damage": 45,
"ingredient": {
"item": "minecraft:bone_block"
},
"result": {
"id": "minecraft:bone_meal",
"count": 9
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"type": "modern_industrialization:forge_hammer",
"damage": 30,
"ingredient": {
"item": "minecraft:bone"
},
"result": {
"id": "minecraft:bone_meal",
"count": 6
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "modern_industrialization:forge_hammer",
"damage": 10,
"ingredient": {
"item": "minecraft:cobblestone"
},
"result": {
"id": "minecraft:gravel"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "modern_industrialization:forge_hammer",
"damage": 10,
"ingredient": {
"item": "minecraft:gravel"
},
"result": {
"id": "minecraft:sand"
}
}

0 comments on commit a348e13

Please sign in to comment.