All versions
1.21.1-0.7.14.1.91
Release
1.21.1-0.7.14.1.912 years ago 8,782
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog
General
- Update to version 0.7.14.1
Fixes
- Partially fixed controller / storage block recipes being unable to autofill with emi
- Setting fluid filters with emi now works
- Fixed fluid filtering in pump upgrade
- EnergyStorages are supposed to be push based
- Fixed an issue with Battery upgrade being able to discharged into negatives
- Fixed bugs that prevented item transfers in certain situations.
Merged from upstream
Features
- Updated Chinese translation (Thanks ZHAY10086)
- Added new Decoration Table block
- feat: Added new Decoration Table block
- allows applying block "materials to barrels" in much easier and more customizable way than the material recipe
- also allows applying color tints to any storage block in much straight forward way (just a single color pick instead of multiple dyes applied to get the color wanted)
- uses much less blocks / dyes when making these cosmetic changes to storages than the recipes do
- Added search in contents of item tooltip using "#" character
- Merge pull request #332 from P3pp3rF1y/1.21.x-dev
- Add logic to fill backpack that was dropped by mobs with loot
- Merge pull request #328 from P3pp3rF1y/1.21.x-dev
- Added storage search functionality
- Merge pull request #316 from P3pp3rF1y/1.21.x-dev
- Added item transfer functionality for easy transfer between p
- Merge pull request #308 from P3pp3rF1y/1.21.x-dev
- Changed feeding upgrade to only put a food stack of count 1 i
- Merge pull request #295 from P3pp3rF1y/1.21.x-dev
- Changed hopper upgrade to filter by contents of the target in
- Merge pull request #282 from P3pp3rF1y/1.21.x-dev
- Made pickup and magnet upgrades record item pickup statistics
- Merge pull request #268 from P3pp3rF1y/1.21.x-dev
Fixes
- Fix slots that don't match search filter to properly move out
- fix: Fix slots that don't match search filter to properly move out of screen
- Fix position of slots in scrollable inventories (were incorrec
- Merge pull request #331 from P3pp3rF1y/1.21.x-dev
- Fixed storage / backpack screen to not unnecessarily render pl
- Merge pull request #326 from P3pp3rF1y/1.21.x-dev
- Fixed handling of fluids that were removed from modpack in tan
- Merge pull request #323 from P3pp3rF1y/1.21.x-dev
- Fixed jukebox in a backpack worn by a mob to start playing aft
- Merge pull request #321 from P3pp3rF1y/1.21.x-dev
- Fixed transfer all to player inventory to not try to transfer
- Merge pull request #319 from P3pp3rF1y/1.21.x-dev
- Fixed bug in scrollable inventories that caused them to not sh
- Merge pull request #317 from P3pp3rF1y/1.21.x-dev
- Fixed number of filter slots in various upgrades to be remembe
- Merge pull request #315 from P3pp3rF1y/1.21.x-dev
- Fixed to prevent occasional ConcurrentModificationExceptions i
- Merge pull request #313 from P3pp3rF1y/1.21.x-dev
- Fixed feeding upgrade to properly pass item that was just eate
- Merge pull request #310 from P3pp3rF1y/1.21.x-dev
- Fixed tank fill level overlay to properly render on top of flu
- Merge pull request #305 from P3pp3rF1y/1.21.x-dev
- Readded vanilla shulker box to sophisticated one recipes in JE
- Merge pull request #304 from P3pp3rF1y/1.21.x-dev
- Fixed furnace upgrades, crafting upgrade and jukebox upgrade t
- Merge pull request #290 from P3pp3rF1y/1.21.x-dev
- Fixed scrollable inventory to only show slot background for sl
- Merge pull request #285 from P3pp3rF1y/1.21.x-dev
- Fixed storage settings screen to not have so dark transparent
- Merge pull request #284 from P3pp3rF1y/1.21.x-dev
- Fixed backpack to just close gui instead of crashing out of wo
- Merge pull request #278 from P3pp3rF1y/1.21.x-dev
- Fixed recipe code to not crash with ConcurrentModificationExce
- Merge pull request #276 from P3pp3rF1y/1.21.x-dev
- Fixed sorting items by name to ignore letter casing
- Merge pull request #269 from P3pp3rF1y/1.21.x-dev
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:9jxwkYQL:LazpwPnW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9jxwkYQL:LazpwPnW"
}



