All versions
1.0.1
Beta
1.0.16 months ago 42
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
Added
- Introduced MiaoMiao upgrade.
- Exposed Fluid Drawer's fluid container capability.
- Added workflow trigger for pull requests.
Changed
- Adjusted Compressed Drawer values for balance.
- Adjusted upgrade rendering size.
- Modified controller range to additive calculation.
- Unified code style and minor improvements.
- Modified recipes.
Fixed
- Fixed overflow issue.
- Fixed issue where orientation (up/down) could not be set.
- Fixed Stone Generation upgrade not being insertable into Compressed Drawer.
- Fixed Fluid Drawer allowing unlimited storage.
- Fixed various issues related to Ender Drawer.
- Various minor fixes.
Configuration
- Configuration now defaults to disabled.
- Added/updated configuration options.
Refactored
- Code refactoring (multiple times).
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:ZoHa0c5O:rHu5GGPM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZoHa0c5O:rHu5GGPM"
}

