Skip to content

Commit

Permalink
fix recipe bug regarding iron rods
Browse files Browse the repository at this point in the history
  • Loading branch information
woodiertexas authored Jul 1, 2022
1 parent aac36e2 commit fd96477
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#"
"i",
"i",
"i"
],
"key": {
"#": {
"item": "minecraft:iron_block"
"i": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "architecture_extensions:iron_rod",
"count": 32
}
}
}

0 comments on commit fd96477

Please sign in to comment.