Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible with Text Animator #72

Open
DEN-SNIPER opened this issue Jul 23, 2024 · 3 comments
Open

Incompatible with Text Animator #72

DEN-SNIPER opened this issue Jul 23, 2024 · 3 comments

Comments

@DEN-SNIPER
Copy link

(Caution, bad English ahead)

Mod versions

  • Minecraft: 1.19.2
  • Fabric 0.16.0
  • Hexcasting: 0.10.3
  • HexGloop: 0.2.0
  • Text Animator: 1.1.2

Pattern visualize in HexGloop brakes with Text Animator mod :
изображение
изображение

I understand that this bug... won't be fixed in HexGloop... But i really want to implement Text Animator in my modpack, so please, give any advice. Maybe I can fix it or work around.

@SamsTheNerd
Copy link
Owner

I imagine that comes from the inject here https://github.com/Snownee/TextAnimator/blob/1.20-fabric/src/main/java/snownee/textanimator/mixin/StringDecomposerMixin.java

Since it's using a raw inject set value, it's not gonna chain. There's really not much I can do about it, I suggest opening an issue with them asking them to switch that mixin to a mixin extras mixin so that it'll chain

@SamsTheNerd
Copy link
Owner

Actually, taking another look, I'm pretty sure they just reimplement all of the text formatting parser code, so it wouldn't be just a simple mixin switch. Still nothing I can do about it though, sorry.

@DEN-SNIPER
Copy link
Author

Still, thanks for help. I will open issue on Text Animator developer side, maybe he can help.... or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants