hammy275 / mc-vr-api

An API to allow mod developers to see VR player data from Vivecraft.
GNU Lesser General Public License v3.0
8 stars 0 forks source link

When using vr-api as a dependency, the 'runServer' of Gradle cannot be executed #45

Closed Mafuyu33 closed 2 months ago

Mafuyu33 commented 2 months ago

Log: https://mclo.gs/KWSAG5e

I tested it in an example mod where nothing has been changed, using Fabric version 1.20.4. Then I added the dependencies of vr-api and architectury, but encountered errors when running the 'runServer' command (which was working before adding the vr-api dependency).

Does this mean that using vr-api as a dependency in a mod will prevent it from running on the physics server side? What if I want to add a mod that has a dependency on vr-api in Minecraft Server?

It could be caused by this part?IDK 1
Log Picture:
2

hammy275 commented 2 months ago

This has been fixed and released as version 3.0.8. As of writing, it should be up on Modrinth, and will be up on CurseForge once it's approved. Thank you for reporting this :smile:.