Structure of this Mod - FloppaCoding/AtonAddons GitHub Wiki

Structure of Aton Addons

All of the code and resources used for the mod can be found within scr.main. In there you can find three directories: java, kotlin and resources. topLevelStructure The main implementation of the mod is written in Kotlin resides within the kotlin directory. Java is only used for Mixins, since these need to be written in Java. So Mixins reside in the java directory. Last, the resources directory contains all resources, such as images, which need to be packaged wiht the mod to be available at run time.