Skip to content

Commit

Permalink
Altered recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ACGaming committed Mar 3, 2021
1 parent 8bb264b commit e37161c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Hot Or Not

Unreleased
----------
* Better versioning (ACGaming)
* Minor fixes (ACGaming)
* Reformatting + additional config options (ACGaming)
* Hot TFC items (ACGaming)
Expand Down
14 changes: 8 additions & 6 deletions src/main/resources/assets/hotornot/recipes/mitts.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,21 @@
"pattern": [
" W ",
"WLW",
"IW "
"SW "
],
"type": "forge:ore_shaped",
"key": {
"W": {
"item": "minecraft:wool",
"data": 12
"type": "forge:ore_dict",
"ore": "wool"
},
"L": {
"item": "minecraft:leather"
"type": "forge:ore_dict",
"ore": "leather"
},
"I": {
"item": "tfc:metal/ingot/wrought_iron"
"S": {
"type": "forge:ore_dict",
"ore": "string"
}
}
}

0 comments on commit e37161c

Please sign in to comment.