fayer3

Results 35 issues of fayer3

these two mixins are conflicting https://github.com/CreativeMD/LittleTiles/blob/bf2278ea20472e7fc44b2b1fe8ea7f37fb39d7ae/src/main/java/team/creative/littletiles/mixin/client/MinecraftMixin.java#L89-L92 https://github.com/Vivecraft/VivecraftMod/blob/aa05773834fad7c47eaf01612287bfde18d7065f/common/src/main/java/org/vivecraft/mixin/client_vr/MinecraftVRMixin.java#L569-L572 ``` littletiles.mixins.json:client.MinecraftMixin from mod littletiles->@Redirect::isDestroying(Lnet/minecraft/client/multiplayer/MultiPlayerGameMode;)Z with priority 1000, already redirected by vivecraft.mixins.json:client_vr.MinecraftVRMixin from mod vivecraft->@Redirect::vivecraft$seatedCheck(Lnet/minecraft/client/multiplayer/MultiPlayerGameMode;)Z with priority 1000 ```

mod compatibility
MixinExtras

this redirect conflicts with theirs can be fixed by using a mixin extras wrapper https://github.com/Vivecraft/VivecraftMod/blob/2549da93b318de2215e890314be06d40b090497e/forge/src/main/java/org/vivecraft/forge/mixin/ForgeIngameGuiVRMixin.java#L25-L28 https://github.com/MrCrayfish/Controllable/blob/c4f9d1a32c81018f5e6200a44c217cc0133f3178/Forge/src/main/java/com/mrcrayfish/controllable/mixin/client/ForgeGuiMixin.java#L18-L25

mod compatibility
MixinExtras

the alternatve Radial menu set only activates, if the cursor for the offhand is also on screen

bug

vr hud scale affects pointer keyboard and radial menu. both should be unaffected by that setting imo. radial menu scales, which isn't that bad, pointer keyboard moves to the left...

bug
gui

they probably alter the raytrace aswell, which messes with stuff https://www.curseforge.com/minecraft/mc-mods/cut-through

mod compatibility

When Exordium is installed, teh hotbar is missing in the beginning, and the vignette still shows https://modrinth.com/mod/exordium

mod compatibility
rendering

swapping the main hand to the left hand doesn't visually swap anything, just the attack animation is done on the other hand

enhancement

using Canvas https://modrinth.com/mod/canvas and a canvas shader https://modrinth.com/shader/forgetmenot crashes the game when changing to vr ingame [latest.log](https://github.com/Vivecraft/VivecraftMod/files/13314116/latest.log) [crash-2023-11-10_01.42.49-client.txt](https://github.com/Vivecraft/VivecraftMod/files/13314120/crash-2023-11-10_01.42.49-client.txt)

mod compatibility

for examble using the toolbelt from https://www.curseforge.com/minecraft/mc-mods/tool-belt ![grafik](https://github.com/Vivecraft/VivecraftMod/assets/8282299/2acf1a5f-0ed7-4f91-89c1-c861c8c46d94)

bug

as in title, minimizing the game window makes the menu crosshair not work at all.

bug