All versions
rv12-a
Release
rv12-a2 years ago 43
Compatibility
Minecraft: Java Edition
1.5.x
Platform
Forge
Supported environments
Client and server
Changes
- Added Ender Pearl Dust ( OreDictionary compatible dustEnderPearl )
- Ender Pearl Dust can be made in Crusher / Pulveriser / Macerator / and Grindstone.
- Added Quantum Entangled Singularities (QE-Singularities)
- Added Quantum Link Chamber
- Added Quantum Field Ring
- Can now create QE-Singularities by exploding Singularities with Ender Pearl Dust
- Fix issue with some items not being removed from ME Terminal.
- Fixed Quartz / Dust that spawns in minecraft chests.
- TPlane's now save their buffer in NBT Data
- TPlane now white lists, spawners, silver fish, ice, leafs, and tall grass by default.
- Added Quantum Network Bridge Multiblock Placing QE Entangled Singularities in two bridges will result in a network connection as long as both sides remain powered and active.
- Fixed a rendering glitch in some GUIs with certain mod items.
- Added Quartz Glass
- Added Config option enableTPlane
- Added Config option enableMAC
- Added Config option enableQNB
- Added Config option enableImportBus
- Added Config option enableExportBus
- Added Config option enableStorageBus
- Added Config option enableCrafting
- Added Config option enableWirelessAccess
- Added Config option enableLevelEmitter
- Added Config option enableStorageMonitor
- Added Config option enableCraftingTerm
- Added IMC add-grindable ( for modders )
- Added IMC blacklist-cell ( for modders )
- Added IMC blacklist-transitionplane ( for modders )
- Added IMC whitelist-transitionplane ( for modders )
- Added Logging option to help find the cause of Concurrent Modification Exceptions.
- Fixed Crash with breaking a block as its GUI is opening.
- Fixed bug with Storage Buses Filters and Intefaces
- Fixed some obscure/obtuse MAC formation bugs.
- Storage buses can now be configured to be Read/Write/Read and Write
- Fixed a few bugs involving storage buses and their settings.
- Added Tiny TNT ( can disable block damage in the config, can also disable block by setting blockid to -1 )
- Added Config enableTinyTNTBlockDamage
- Fixed issue with localization of "Linked" and "Unlinked"
- Fixed Crash caused by Items in ME Chests not being Storage Cells.
- Quantum Network Bridges are inventories, and can be automated.
- Fixed a bug that would allow network access after a block loses connection.
- Tiny TNT now is 'extinguished' by water.
- Added Vibrant Quartz Glass.
- Fixed bug with Bees and import buses
- Fuzzy Buses now ignore special handlers ( Bees Comparisons ) when set to "Ignore Damage" mode
- Tweaked display on Crafting Monitors to hopefully improve displayed results
- Fixed an issue with condenser not condensing when items are extracted.
- Fixed an issue with power usage from armor when power is disabled.
- Fixed a bug that would cause extra materials to be crafted during a complex crafting job.
- Fixed issue with AE items draining power with power disabled.
- Fixed some text issues.
- Network and performance optimizations related to large networks and network resets.
- Storage Monitors now correctly switch to Billion Display when a billion is surpassed.
- Added protection against rare crashes in other mods.
- Interfaces now check if an item can be crafted before requesting it to be crafted.
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:AlDk2AVa:LCHpQLC0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AlDk2AVa:LCHpQLC0"
}

