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
I don't think this is a Figura issue (though I will be reporting this to them as well), because I used the 0.1.5-rc.4 version when testing both in 1.21.1 with the release version of Tweakeroo, and in 1.21.3 with this dev version of Tweakeroo, and the issue did not arise when using 1.21.1. I also tested this with multiple Figura avatars.
The image above is what I saw (yes, the head of my skin looks like an emerald block), I could look up or down to make the camera clip out of the head slightly, but this is clearly a problem.
Also, I will be making another issue about the "tweakeroo.config.generic.prettyName.freeCameraPlayerMovement", as that is a different issue altogether.
Strangely enough when I did this on a server with my modpack that has a ton of mods, my game crashed. I will try to find which mod made it crash, but for now, this will have to do.
The text was updated successfully, but these errors were encountered:
I have figured out what causes the crash on the server, it's the fact that if you're on a team with /team add <team_name> and /team join <team_name> and have a Figura model on, then the game crashes. I have here a crash report: crash-2024-11-22_14.44.25-client.txt
I hope this helps!
The Crash is related to your mod 'Figura', not Tweakeroo.
java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1297.method_5667()" because the return value of "net.minecraft.class_638.method_8469(int)" is null
at knot//net.minecraft.class_1007.modify$bae000$figura$modifyPlayerNameText(class_1007.java:615)
When trying this with the release version of Tweakeroo on Modrinth with Figura v0.1.5-rc4 for 1.21.1 this issue didn't occur. When using the version of Tweakeroo on this Github with Figura v0.1.5-rc4 for 1.21.3 this issue occurred. I have also reported this to the Figura devs, but it seems that something changed with this version of Tweakeroo.
But I guess mod compatibility isn't really a huge concern with the development builds, particularly not when both mods are dev builds, so I understand if this isn't something you're planning on fixing.
Figura's latest build is very much stable, it's just getting the id from the player render state, which is a vanilla field and should not be null. This is a tweakeroo issue, not an us problem.
I don't think this is a Figura issue (though I will be reporting this to them as well), because I used the 0.1.5-rc.4 version when testing both in 1.21.1 with the release version of Tweakeroo, and in 1.21.3 with this dev version of Tweakeroo, and the issue did not arise when using 1.21.1. I also tested this with multiple Figura avatars.
The image above is what I saw (yes, the head of my skin looks like an emerald block), I could look up or down to make the camera clip out of the head slightly, but this is clearly a problem.
Also, I will be making another issue about the "tweakeroo.config.generic.prettyName.freeCameraPlayerMovement", as that is a different issue altogether.
Strangely enough when I did this on a server with my modpack that has a ton of mods, my game crashed. I will try to find which mod made it crash, but for now, this will have to do.
The text was updated successfully, but these errors were encountered: