From e37161c0d4ac8eb84b05a17c8a36a52d4aeabeb0 Mon Sep 17 00:00:00 2001 From: ACGaming <4818419+ACGaming@users.noreply.github.com> Date: Wed, 3 Mar 2021 18:26:18 +0100 Subject: [PATCH] Altered recipe --- CHANGELOG.md | 1 + .../resources/assets/hotornot/recipes/mitts.json | 14 ++++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) 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