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

Integrate a class parser #2

Open
peterix opened this issue Aug 14, 2015 · 2 comments
Open

Integrate a class parser #2

peterix opened this issue Aug 14, 2015 · 2 comments

Comments

@peterix
Copy link
Contributor

peterix commented Aug 14, 2015

There is one for Ruby, maybe it's even good:
http://www.code-cop.org/api/javaclass-rb/

Idea is to parse mod files and determine their dependencies based on the stuff (annotations) inside.

@hunterboerner
Copy link

What annotation(s) declares the mods dependencies?

@aantron
Copy link

aantron commented Aug 29, 2015

There is info here: https://github.com/MinecraftForge/FML/wiki/FML-mod-information-file

Even though this is about mcmod.info, it tells you when @Mod overrides it. Quote:

@Mod(useMetadata=false, dependencies=<String>)

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

No branches or pull requests

3 participants