We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DimThread require fabric-game-rule-api-v1 for gamerule registering. However, it doesn't declare dependency on fabric-game-rule-api-v1 or fabric.
fabric-game-rule-api-v1
fabric
The text was updated successfully, but these errors were encountered:
It declares a dep on the fabric api, of which the game rule api is a subset.
Sorry, something went wrong.
See your fabric.mod.json.
It declared deps on fabricloader and minecraft but not fabric (the modid of fabric-api).
fabricloader
minecraft
Actually, dimthread throws a NoClassDefFoundError on my server when I try to reproduce the issue 72 with minimum mod set.
dimthread
NoClassDefFoundError
No branches or pull requests
DimThread require
fabric-game-rule-api-v1
for gamerule registering. However, it doesn't declare dependency onfabric-game-rule-api-v1
orfabric
.The text was updated successfully, but these errors were encountered: