Skip to content

Contribute modgen

Simon816 edited this page Nov 16, 2015 · 2 revisions

4.3 Using CCMLGen.py [Contributing]

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:
Screenshot


Contributing
Home -> Setup, Requirements -> Using MINIJOE -> Using CCMLGen.py -> Pull Requests

Clone this wiki locally