All versions
1.1.2
Release
AE-Infinity-Disk 1.1.28 months ago 232
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
AE Infinity Disk Changelog
Version 1.1.2
- Recipe Update: Reworked the crafting recipe to be more challenging (Expert Mode).
- Requires 4x 256k Storage Cells, Nether Star, Echo Shard, Heart of the Sea, Enchanted Golden Apple, and Dragon Head.
- Cleanup: Removed development debug commands to ensure a clean release.
- License: Updated project metadata to strictly follow LGPL-3.0-only.
Version 1.1.1
- Configuration: Disabled dynamic energy drain by default.
- Energy: Added a safety cap for dynamic energy drain (default 512k AE/t) to prevent excessive power usage.
Version 1.1.0
- Performance: Implemented caching in InfiniteDiskManager to avoid recalculating total item counts on every operation.
- Performance: Added dirty flags to prevent unnecessary NBT serialization.
- Performance: Optimized ItemInfiniteDisk with lightweight NBT reading for tooltips.
- Performance: Improved inventoryTick logic to reduce overhead.
- GUI: Switched to a solid color background (RGB 198,198,198) to remove texture dependency.
- GUI: Added string formatting caching to reduce object allocation per frame.
Version 1.0.0
- Initial Release: First public release for Minecraft 1.19.2 / Forge 43.5.0.
- Features: Introduced the Infinity Disk with unlimited item capacity and type limits.
- Configuration: Added support for soft limits, energy multipliers, and base drain settings.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:sw8X4tvw:V5VjGG2v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sw8X4tvw:V5VjGG2v"
}


