You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iron's Spells N' Spellbooks' - "The Last Class..." quest (the one you get once you get into the Deep Dark biome) it's missing a proper reward. From what I've seen inside the quests' files, it should be awarding you an Ecnahnted Book with Swift Sneak 3, but, eight now, it's just giving you an Enchanted Book with no enchantment.
Luckily, the fix is farily simple and I managed to do if by myself, the syntax for the reward was wrong (I just copied the one from another reward and edited it to give Swift Sneak 3).
Current syntax (iron_spells_and_spellbooks.snbt - ln 2199):
ShinryuAspect
changed the title
[Quests issues]: ISNS "The Last Class..." missing proper reward
[Quests issues]: ISNS - "The Last Class..." missing proper reward
Sep 16, 2024
Modpack Version
0.3.2
Describe the issue
Iron's Spells N' Spellbooks' - "The Last Class..." quest (the one you get once you get into the Deep Dark biome) it's missing a proper reward. From what I've seen inside the quests' files, it should be awarding you an Ecnahnted Book with Swift Sneak 3, but, eight now, it's just giving you an Enchanted Book with no enchantment.
Luckily, the fix is farily simple and I managed to do if by myself, the syntax for the reward was wrong (I just copied the one from another reward and edited it to give Swift Sneak 3).
Current syntax (iron_spells_and_spellbooks.snbt - ln 2199):
Fixed syntax:
Aparently, the "tag" was wrong and so was the "lvl" property.
The text was updated successfully, but these errors were encountered: