AEModernMCPort / Applied-Energistics-3-Fork

A Minecraft Mod about Matter, Energy and using them to conquer the world..
http://ae-mod.info/
Other
37 stars 12 forks source link

Modules #105

Closed Elix-x closed 7 years ago

Elix-x commented 7 years ago

Created modules and modules framework used for fine code organization & possibility of partial / separate jar export for advanced users. Only external modules can be downloaded separetly. Entire jar download with all modules will stay. Restructured code into modules. Moved respective classes into their modules' package. Loading movement from core will be done later. Build script for multi jar build will also be finished in restructuring. Modules can be used by addons.

Current modules hierarchy:

Elix-x commented 7 years ago

@yueh What do you think? Code is split as we discussed and modules framework in general allows sophisticated controls and total freedom of organization.