Text Animator

Text Animator

15 Downloads

Hermes API from Heracles crashes the game

Akoto090 opened this issue ยท 0 comments

commented

Mod loader

Forge and Neoforge

Minecraft version

1.20.1

Mod version

2.3.3

Modloader version

Forge 47.3.5/Neoforge 47.1.106

Modpack info

No response

[IMPORTANT] If bug:

  • I have confirmed this bug is reproducible on a minimal setup, not a modpack with many other mods.

[IMPORTANT] If bug: The latest.log file, not the crash report

https://paste.modularity.gg/paste/?content=https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F1066500804430794782%2F1262198693864538193%2Flatest.log&raw=false

Issue description

Hey, since I started using text animator I got a issue with a 3th party mod which is named Heracles, the quest mod.

At the point when you create some descriptions for a quest you created, and use the "<" ">" symboles with some script language from the Hermes API it just crashes the game.
All this happens in the overview tab in the editing mode, like on the wiki

For my example instance I used this snipped on the Hermes wiki.
But it just crashes when you use only the first line of the text.

<carousel index="1">
    <carousel-item>
        <p>Line 1</p>
    </carousel-item>
    <carousel-item>
        <p>Line 2</p>
    </carousel-item>
    <carousel-item>
        <p>Line 3</p>
    </carousel-item>
</carousel>

I also tried it on a minimal setup, so only both mods installed and it does the same.
Yeah idk if this is fixable but seems like the hermes api is incompatible with text animator.