diff --git a/CHANGELOG.md b/CHANGELOG.md index 592f09d..f18f292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # 1.0.5 +- Add compatibility for `c:wood_sticks` in recipes #16 - Fix `wizards:staves` tag when BetterX mods are not present - Update Chinese translation, thanks to Sillymoon diff --git a/src/main/resources/data/wizards/recipes/staff_arcane.json b/src/main/resources/data/wizards/recipes/staff_arcane.json index 96b68b8..eb8f3f0 100644 --- a/src/main/resources/data/wizards/recipes/staff_arcane.json +++ b/src/main/resources/data/wizards/recipes/staff_arcane.json @@ -10,9 +10,14 @@ "G": { "item": "minecraft:gold_ingot" }, - "S": { - "item": "minecraft:stick" - } + "S": [ + { + "tag": "c:wood_sticks" + }, + { + "item": "minecraft:stick" + } + ] }, "pattern": [ " AP", diff --git a/src/main/resources/data/wizards/recipes/staff_fire.json b/src/main/resources/data/wizards/recipes/staff_fire.json index 6962039..55406ad 100644 --- a/src/main/resources/data/wizards/recipes/staff_fire.json +++ b/src/main/resources/data/wizards/recipes/staff_fire.json @@ -10,9 +10,14 @@ "G": { "item": "minecraft:gold_ingot" }, - "S": { - "item": "minecraft:stick" - } + "S": [ + { + "tag": "c:wood_sticks" + }, + { + "item": "minecraft:stick" + } + ] }, "pattern": [ " NP", diff --git a/src/main/resources/data/wizards/recipes/staff_frost.json b/src/main/resources/data/wizards/recipes/staff_frost.json index d581585..fdfa936 100644 --- a/src/main/resources/data/wizards/recipes/staff_frost.json +++ b/src/main/resources/data/wizards/recipes/staff_frost.json @@ -10,9 +10,14 @@ "I": { "item": "minecraft:iron_ingot" }, - "S": { - "item": "minecraft:stick" - } + "S": [ + { + "tag": "c:wood_sticks" + }, + { + "item": "minecraft:stick" + } + ] }, "pattern": [ " BP", diff --git a/src/main/resources/data/wizards/recipes/staff_wizard.json b/src/main/resources/data/wizards/recipes/staff_wizard.json index 5f6b9ce..391cf73 100644 --- a/src/main/resources/data/wizards/recipes/staff_wizard.json +++ b/src/main/resources/data/wizards/recipes/staff_wizard.json @@ -4,9 +4,14 @@ "Q": { "item": "minecraft:quartz" }, - "S": { - "item": "minecraft:stick" - } + "S": [ + { + "tag": "c:wood_sticks" + }, + { + "item": "minecraft:stick" + } + ] }, "pattern": [ " Q", diff --git a/src/main/resources/data/wizards/recipes/wand_novice.json b/src/main/resources/data/wizards/recipes/wand_novice.json index 4aa4d9b..e93d11b 100644 --- a/src/main/resources/data/wizards/recipes/wand_novice.json +++ b/src/main/resources/data/wizards/recipes/wand_novice.json @@ -4,9 +4,14 @@ "C": { "item": "minecraft:coal" }, - "S": { - "item": "minecraft:stick" - } + "S": [ + { + "tag": "c:wood_sticks" + }, + { + "item": "minecraft:stick" + } + ] }, "pattern": [ " C",