MEGA Cells is an add-on for Applied Energistics 2 providing higher tiers of storage, ranging in capacity from 1M to as high as 256M, similarly to add-ons of old such as Extra Cells 2 and its successors.
Unlike conventional add-ons in the same vein, MEGA does things quite differently, featuring its own dedicated progression line and components to further augment and challenge existing AE2 players' set-ups, while emphasising a distinct visual style with jet-black colour schemes.
This project is a fork of MEGA Cells for 1.21.1, based on Applied Energistics 2 Supergiant.
Need Java25.
All code is licensed under LGPLv3, in adherence to the same license used by Applied Energistics 2 and with some code borrowed from AE2 itself. All assets are licensed under CC BY-NC-SA 3.0, in adherence to the same license used by AE2 and with most deriving from AE2's own assets.
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
var mod_version = "v1.0.0"
implementation "com.github.FormlessDragon:MEGACells:${mod_version}:dev"
}
