Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undeclared dependency on Fabric API Gamerule #59

Open
LoganDark opened this issue Mar 16, 2022 · 2 comments
Open

Undeclared dependency on Fabric API Gamerule #59

LoganDark opened this issue Mar 16, 2022 · 2 comments

Comments

@LoganDark
Copy link

LoganDark commented Mar 16, 2022

java.lang.ClassNotFoundException: net.fabricmc.fabric.api.gamerule.v1.GameRuleFactory

I can't use Fabric API on my server, so declaring this dependency would have allowed me to rule out DimensionalThreading from the start.

Perhaps you should disable the gamerules when Fabric API Gamerule is not installed.

@xiaoyu2006
Copy link

xiaoyu2006 commented Mar 17, 2022

I can't use Fabric API on my server

Why? I’m sure this issue won’t be supported.

@LoganDark
Copy link
Author

I can't use Fabric API on my server

Why? I’m sure this issue won’t be supported.

Fabric API tends to have side effects such as automatically adding new S2C packets that I don't want on a vanilla server. I can get around this to some extent by extracting it and adding individual APIs but it's annoying to have to do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants