diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf7e4a..16c44ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ Hot Or Not Unreleased ---------- +* Better versioning (ACGaming) * Minor fixes (ACGaming) * Reformatting + additional config options (ACGaming) * Hot TFC items (ACGaming) diff --git a/src/main/resources/assets/hotornot/recipes/mitts.json b/src/main/resources/assets/hotornot/recipes/mitts.json index 5b6289b..658108e 100644 --- a/src/main/resources/assets/hotornot/recipes/mitts.json +++ b/src/main/resources/assets/hotornot/recipes/mitts.json @@ -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" } } } \ No newline at end of file