Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.5.18
Release
v1.5.183 years ago 73
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.x
Platform
Forge
Supported environments
Client and server
Changes
Added
- Added Project E integration for the External Storage on the Transmutation Table.
- Added Project E integration for the energy values of Solderer items.
- Added support for more than 4 grid tabs in the Grid by putting filters IN filters.
- Added protection for other mods causing crashes when drawing an item or display name.
Changed
- Reader and Writer blocks now face the block you're placing it on, not the player.
- Pressing SHIFT over an item in the Grid will no longer display the full unformatted count, instead, use CTRL + SHIFT and it will be displayed in the tooltip.
- The Fortune Upgrade doesn't use NBT anymore to store the fortune level.
Fixed
- Fixed network not disconnecting when Controller is broken.
- Fixed bug where when multiple Fortune Upgrades are inserted, it chooses the first Fortune Upgrade instead of the highest one.
- Fixed some translations having too big "Craft" text.
- Fixed crash with GUI when toggling the Grid size quickly.
- Fixed scrollbar not scrolling correctly when clicked with mouse when grid tabs are visible.
- Fixed Reader and Writers GUIs still displaying channels even if not connected.
- Fixed Solderer resetting progress when the inventory changes.
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:p2TmY5gl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KDvYkUg3:p2TmY5gl"
}

