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

Incorrect dependency declaration #71

Open
CaveNightingale opened this issue Sep 3, 2022 · 2 comments
Open

Incorrect dependency declaration #71

CaveNightingale opened this issue Sep 3, 2022 · 2 comments

Comments

@CaveNightingale
Copy link

DimThread require fabric-game-rule-api-v1 for gamerule registering. However, it doesn't declare dependency on fabric-game-rule-api-v1 or fabric.

@WearBlackAllDay
Copy link
Owner

It declares a dep on the fabric api, of which the game rule api is a subset.

@CaveNightingale
Copy link
Author

CaveNightingale commented Sep 5, 2022

It declares a dep on the fabric api, of which the game rule api is a subset.

See your fabric.mod.json.

It declared deps on fabricloader and minecraft but not fabric (the modid of fabric-api).

Actually, dimthread throws a NoClassDefFoundError on my server when I try to reproduce the issue 72 with minimum mod set.

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