Skip to content

Commit

Permalink
add recipe for hopper made with two logs instead of chest
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Apr 29, 2023
1 parent c796fac commit 4bd1c36
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"ili",
"ili",
" i "
],
"key": {
"l": {
"tag": "minecraft:logs"
},
"i": {
"tag": "forge:ingots/iron"
}
},
"result": {
"item": "minecraft:hopper"
}
}

0 comments on commit 4bd1c36

Please sign in to comment.