[1.12.2] I've noticed that if you add more than 2 or 3 categories, the mod doesn't load properly and just doesn't render them
vizthex123 opened this issue ยท 5 comments
Title. This is pretty annoying since this mod is the foundation for the lore in my new modpack, but for whatever reason it just isn't indexing half of the entries I've written.
Any reason why?
I might have formatted them wrong, but since there's no crash report or anything listed in the log I don't think that's the case
Can you provide a copy of your lore directory so I can check it over? I can't reproduce this myself.
In P-forgebrow.json
, you have "doctor"
which breaks the string. You need to escape the quotes around doctor like so \"doctor\"
.
Ah ok, forgot that json doesn't like quotes inside of quotes.
Will be sure to check that.
If I do 2 ' though, would that keep the string intact? ''doctor''