Proposal: VR Leash Interaction Effect for IMMERSIVE MC
Mafuyu33 opened this issue ยท 1 comments
Hello hammy! I'm Mafuyu33 or you can call me Mafish. I'm not sure if you remember me, but I posted a video on YouTube about VRMOD development in December 2023. After several months of learning and using your MC VR API, I've implemented an effect for leash interaction in VR that I feel fits perfectly with the IMMERSIVE MC setting: it's more immersive. Essentially, when a VR player leashes an entity and pulls it backward with their main hand, it applies a force to the entity. I was wondering if you'd be interested in that? I think it's really cool to be able to physically pull entities by hand (even if it's a small feature).By the way, I only started learning JAVA and Minecraft Modding at the end of last year, so my code might not be perfect in some places.
If you're interested, you can check out my GitHub at
"https://github.com/Mafuyu33/minecraft-learning/blob/master/src/main/java/net/jiang/tutorialmod/mixin/LeadItemMovementMixin.java"
I really like your mod and am very grateful for your MC VR API, which has made it so convenient to access VR player parameters :D