Open fayer3 opened 6 days ago
Yes, that's correct.
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
tom, fix it please
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 https://github.com/fayer3/VivecraftMod/commit/1244e0c9061de6e86c4540bf9fa9285e1f372091 that will be in vivecraft 1.2.0
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
torenderHand
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.