Skip to content

How to write your own modules

xTACTIXzZ edited this page May 7, 2017 · 4 revisions

Getting started

First of all, you need to download the contents of this repository. You can read how to do that here. The next step is to import the jar file (bin/Hydrazine.jar) into your project's build path. Then, create the main class of your project. This class must contain the main() method. Now you're ready to start!

// todo rewrite/expand this article

Clone this wiki locally