Incompatibility with the next vivecraft upodate, because of internal changes
fayer3 opened this issue ยท 5 comments
Hi, vivecraft dev here. then next vivecraft version will have some internal changes, which breaks this mixin
https://github.com/tom5454/CustomPlayerModels/blob/master/CustomPlayerModels-1.20.4/src/platform-shared/java/com/tom/cpm/mixin/compat/VRArmRendererMixin_%24vivecraft.java#L50-L65
because I renamed that method from renderItem
to renderHand
am I correct in the assumption that if we directly use the getTextureLocation
method to get the skin this wouldn't be needed?
if so I can change that to that.
okay, then I'll change the skin fetch to that. if you could make that redirect optional, so that the game doesn't break. that would be great
okay, then I'll change the skin fetch to that. if you could make that redirect optional, so that the game doesn't break. that would be great
I did that btw here fayer3/VivecraftMod@1244e0c
that will be in vivecraft 1.2.0