Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang12334 authored Jun 19, 2024
1 parent f235bab commit dd19e3e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/MoreCrafting/recipes/iron_to_rawiron.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"yyx"
],
"key": {
"y": {
"item": "minecraft:iron_ingot"
},
"x": {
"item": "minecraft:charcoal"
}
},
"result": {
"item": "minecraft:raw_iron",
"count": 3
}
}

0 comments on commit dd19e3e

Please # to comment.