All versions
rv11-a
Release
rv11-a2 years ago 23
Compatibility
Minecraft: Java Edition
1.5.x
Platform
Forge
Supported environments
Client and server
Changes
- Buses now default to not being colored, unless placed on a colored buss.
- Added ME Transition Plane
- Transition Plane breaks any block that is placed in front of it as along as it is connected to a powered network.
- Transition Plane has a small buffer internally if items broken can not fit into storage then are held until storage is available.
- Transition Plane will pick up any items which come in contact with its surface.
- Transition Planes can be placed in any orientation, and be wrenched.
- Cables can now be placed when you are standing partially in side their block.
- Used smaller packets of data where applicable.
- Wireless Terminal now requires power.
- Wireless Terminal now consumes power when it is opened ( about meters * 0.10 units )
- Wireless Terminal now consumes power when items are moved in and out of storage ( meters * 0.10 ) * number_of_items units ( adjustable in config )
- Fixed a bug where the wireless terminal could be moved while it is open.
- Default config for wireless has been changed, base range is now 32, 2 blocks per booster. ( default of 64 radius )
- Added new Matter Cannon.
- Matter cannon is capable of storing various ammo's internally like a storage cell.
- Matter cannon shoots nearly every type of nugget at sonic speeds, causing impact damage.
- Matter cannon can break blocks, and hurt mobs.
- Matter cannon damage is based of the mass* of the ammo.
- All Electric / Powered tools can now be charged with IC2, TE, and UE or the New ME Power Relay
- Holding shift now allows you to insert items into storage monitors that have conversion matrices.
- Added Iron Nuggets ( if not already available )
- IStorageCell API Update
- Renamed ME Preformatter to ME Partition Editor
- ME Partition Editor can now specify all 63 types on storage cells.
- Added Certus Quartz Block ( crafted with 4 Certus Quartz Crystals to mimic Nether Quartz )
- Added new ME Condenser
- ME Condenser can destroy items stored on storage cells, or items that are placed in the trash slot.
- Items can be destroyed by piping/exporting them directly into the ME Condenser.
- You can install a storage component ( Cell / Segment / Block / Cluster ) into the ME Condenser to have it generate either Matter Balls ( Matter Cannon Ammo ) or Singularties ( Future Use ).
- Added new ME Power Relay
- The ME Power Relay has 3 Functions:
-
- Pass energy though it so networks can share energy.
-
- Adds new location to power a network from. Any energy sent into a Power Relay will be evenly distributed to any attached networks.
-
- Provides a way to charge AE Tools.
- When a controller is receiving its power though a power relay, it appears with a blue light in the place of its power meter.
- Fixed a bug where items being pushed out of an ME Interface, would not register on the Crafting Monitor.
- Fixed a bug where some stored BC Energy would be lost on world load.
- Added new Material Energy Cube
- Several performance tweaks.
- Adds Certus Quartz Block facade.
- Added Matter Balls. ( small balls of condensed matter, which can be used as cheap ammo for the Matter Cannon )
- All powered tools can now appear as uncharged, and charged in the creative tab.
- ME Interfaces now show arrows on the sides when they are wrenched into facing a certain direction.
- The Crank on the Grindstone will no longer turn when there is nothing to grind.
- Trying to turn the crank on the Grindstone to many times when its empty will break the crank into 2 sticks.
- Block Updates near ME Blocks should no longer cause network resets. ( changes to the network still will. )
- ME Interfaces now properly drop facades placed on them when they are broken.
- ME Blocks can now be dismantled by shift clicking with the wrench.
- The Priority screen is now accessed via a tab in the gui.
- interactions with the storage monitor must now be preformed on the lit face, and will not function from other sides.
- Improved Localization for some missing items.
- Now various GUIs show ghosts of what item can go in what slot. ( not visible if an item is in that slot )
- The Quartz Grindstone crank is now a TESR ( and no longer ticks on servers, this fixes FPS issues. )
- Add options for LP Power sharing to allow users to disable it if LP has power off.
- Added Shared Power Infrastructure with LP. ( for some reason LP can only pull power from the side of the Interfaces. )
- Fixed NPE when another mod uses the Quartz Grindstone
- Interfaces no longer connect in their facing direction.
- you can now rotate an interface back into omni-directional mode.
- Pattern Encoder now supports Dragging ( only places single items )
- Fixed bug with torches on certain buses.
- Fixed bug with IO Port and Fuzzy Formatted Drives.
- Fixed bug with ME Chests not properly updating storage when cells are changed.
- Right Clicking on config button now cycles backwards.
- Facades now have proper collision on Cables.
- Fixed a rendering glitch with Facades and AE Blocks.
- Fuzzy now uses damageable item check before testing ore dictionary.
- Fixed a bug with portal gun moving ME Network Bocks.
- Shift Click into Fake Slots.
- Fixed Sided Inventory behavior for Pattern Encoder.
- Partition Storage buses and Cells from contents.
- Interfaces that cannot insert their items no longer drain enormous amounts of power.
- Interfaces can now insert into other interfaces, if they are wrenched to face them.
- Updated Rednet compatibility for level emitters.
- Interfaces and Export buses can no longer send items into a pipe though a plug.
- Added Cancel Button to Crafting Screen.
- Added Support for BC's Rotated Facades.
- Fixed Bug with crafting some items not registering as completed.
- Fixed bug with an items in the ore dictionary potentially crafting with itself.
- Fixed bug with Forestry Genetics support.
- Fixed bug with ore dictionary items registering after AE not working correctly with the Grindstone.
- Renamed config value for oreDensity to additionalOresPerCluster
- Renamed config value for grindable ores to grindableOres
- added a large number of ores to the default grindableOres configuration ( includes ones that were enabled by default such as iron and gold )
- Added API Change to allow certain storage cells to be stored in other cells ( such as the matter cannon ).
- Fixed a bug with IO Ports expending possible movement points without moving items.
- Fixed a bug with Inserting items into pipes appearing incorrectly.
- Massive Performance improvements during crafting.
- Added new option for Logging, IntegrationLoging, Proxy Exceptions can be viewed by enabling this option.
- Improved Support for damageable items that have subtypes. ( newer forge feature )
- Fixed bug with Railcraft and Grindstone.
- Added a recipe to uncraft nether quartz blocks ( not pillars / stairs - this can be disabled in config. )
- Hitting Enter in the text field on the crafting request screen now issues the request.
- Fixed crash with latest buildcraft ( not released yet )
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:cpYt72qd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AlDk2AVa:cpYt72qd"
}

