[Bug] No crafting recipe for school armors
Antony1372 opened this issue · 7 comments
Observed behaviour
The new smithing recipes for school armors added in version 3.14.0 don't seem to work properly. None of the school armors can be crafted, only the netherite one works. It looks like the problem is caused by a missing "addition" item in the smithing recipe.
If I manually edit the JSON file and add an extra item like this:
{
"type": "minecraft:smithing_transform",
"addition": {
"item":"irons_spellbooks:mithril_ingot"
},
"base": {
"item": "irons_spellbooks:wizard_chestplate"
},
"result": {
"components": {
"irons_spellbooks:spell_container": {
"data": [],
"maxSpells": 1,
"mustEquip": true,
"spellWheel": true
}
},
"count": 1,
"id": "irons_spellbooks:cryomancer_chestplate"
},
"template": {
"item": "irons_spellbooks:ice_rune"
}
}
then the recipe loads and works fine in-game.
I'm not sure if this is specific to my setup (I haven’t tested it on a clean install yet), but I just wanted to report it in case it affects others too.
Expected behaviour
The school armors should be craftable using the smithing table, just like the changelog suggests.
Steps to reproduce
You can't craft school armors in the smithing table, and the recipes don't show up in recipe viewers like JEI or EMI.
Server Type
Single Player
Crashlog
No response
Iron's Spells N Spellbooks version
v1.21.1-3.14.0
Forge version
NeoForge 21.1.187
Other mods
No response
Crashlog Check
- I understand if this is a crashbug and I did not attach a crashlog, this will not be handled
Fabric Check
- I understand if I am using Farbic APIs or Connector, this will not be handled
Having this issue as well just started playing in the last week. On a multiplayer server though here.
Never mind, my bad, it turned out to be an issue with my setup in KubeJS. It works fine now, sorry!
For reference @Antony1372 what was this issue in KubeJS?
I'm also having this issue. @Antony1372 can you please tell me the issue with kubejs?
@Antony1372 I would also like to know, I'm having the same issue.
not sure what the kubejs issue was, but the incompatibility has been fixed in the latest spellbooks version, so that is a fix too