Skip to content

Commit

Permalink
Added a recipe for the mitss, closes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Mar 24, 2019
1 parent d8d7fc4 commit caf14c6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/main/resources/assets/hotornot/recipes/mitts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"result": {
"item": "hotornot:mitts"
},
"pattern": [
" W ",
"WLW",
"IW "
],
"type": "forge:ore_shaped",
"key": {
"W": {
"item": "minecraft:wool",
"data": 12
},
"L": {
"item": "minecraft:leather"
},
"I": {
"item": "minecraft:iron_ingot"
}
}
}

0 comments on commit caf14c6

Please sign in to comment.