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
in 26.2 we changed the RenderType for the first person hands to a custom one, which makes this mixin of yours fail, which prevents the game from loading.
Hi,
in 26.2 we changed the RenderType for the first person hands to a custom one, which makes this mixin of yours fail, which prevents the game from loading.
https://github.com/tom5454/CustomPlayerModels/blob/master/CustomPlayerModels-26.2/src/platform-shared/java/com/tom/cpm/mixin/compat/VRArmRendererMixin_%24vivecraft.java#L54-L59
here is a link to the new code, will be the same in 26.1
https://github.com/Vivecraft/VivecraftMod/blob/Multiloader-26.2/common/src/main/java/org/vivecraft/client_vr/render/VRArmRenderer.java#L70