Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
0.5.0-alpha
Alpha
v0.5.0-alpha3 years ago 52
Uploaded by
Compatibility
Minecraft: Java Edition
1.9
Platform
Forge
Supported environments
Client and server
Changes
Added
- Deep Storage Unit integration (with this several barrel mods are now supported too!).
- When placing Importer, Exporter or External Storage with SHIFT, it will have the opposite direction. This is for easy placement behind other blocks (furnaces for example).
- Added mass crafting of items with shift in Crafting Grid.
- Added JEI recipe transfering in Crafting Grid.
- New textures.
- Scrollbar in Grid and Crafting Grid.
- Display of connected machines in the Controller GUI.
- Nice formatting for items >= 1K (pressing shift while hovering over an item will still display the real item count).
- Grid can now synchronize with JEI.
Changed
- Updated to the latest Forge and JEI.
- Renamed Drives to Disk Drives.
- Renamed Storage Cells to Storage Disks.
- Wireless Grid is now bound to a Controller instead of a Grid.
- Drives have a better interface and there are now blacklist and whitelist filters for the Storage Disks in it too.
- Destructors have the ability to whitelist and blacklist certain items now.
- Side buttons in machine GUIs are now left, not right.
- Shift clicking stuff in the Interface.
- Made the normal Grid 1 row larger.
- Machines don't need to be connected with cables anymore, they can be next to each other too.
- Made the amount text in the Grid for items smaller.
Fixed
- Fixed clicking sound in Grid.
- Fixed a bunch of crashes.
- Fixed Exporter not exporting is some cases.
- Fixed Importer not importing in some cases.
- Fixed Controller drawing RF every 20 ticks instead of every tick.
- Fixed not being able to shift click from Crafting Grid crafting slots.
- Fixed new items inserted after crafting in Grid being laggy.
- Fixed flickering of items in Grid.
- Fixed getting a stack of unstackable items from Grid.
- Fixed Cable not having a collision box.
- Check if the Constructor can actually place said block in the world.
Removed
- Removed Wireless Transmitters.
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:KDvYkUg3:aCrAVeyn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KDvYkUg3:aCrAVeyn"
}

