forked from comcraftdev/Comcraft
-
Notifications
You must be signed in to change notification settings - Fork 4
Contribute modgen
Simon816 edited this page Nov 16, 2015
·
2 revisions
This Python application that I made assists with porting Java classes to MINIJOE. It reads a java file, finds all public and protected fields and methods, and allows you to select what to add to the API. Once you've finished selecting items, it rebuilds the class, injecting MINIJOE statements into it and registers the class with BaseMod.java.
Here is an example of the interface:
Contributing
Home -> Setup, Requirements -> Using MINIJOE -> Using CCMLGen.py -> Pull Requests