Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.5.32
Release
v1.5.323 years ago 51
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
Added
- Added Spanish translation.
Changed
- Changed stack quantity of craftable items from 1 to 0 to fix Quantity Sorting.
- Changed fluid stack amount to not display "0" anymore.
- Disk Manipulator in fluid mode will now extract a bucket at a time instead of 1 mB (or 64 buckets at a time with a Stack Upgrade instead of 64 mB).
Fixed
- Fixed issue where the Pattern Grid can only overwrite patterns when blank ones are present.
- Fixed not being able to extract half a stack of items with max stack size 1 in Grid when using right click.
- Fixed 2 same stacks using capabilities without NBT tag not treated equal.
- Fixed NBT/metadata check on exporting in an Interface.
- Fixed Disk Manipulator being stuck on unemptiable, non-empty disks.
- Fixed orientations of the Portable Grid.
- Fixed crafting event in Crafting Grid being fired twice.
- Fixed a crash when the Constructor tries to place a block when a multipart is attached to it.
- Fixed an autocrafting crash.
- Attempted to fix FPS drop on Grid sorting.
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:ECyJMVne"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KDvYkUg3:ECyJMVne"
}

