Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
Updated 3 months ago
All versions
1.21.1-1.0.13.1.101
Release
1.21.1-1.0.13.1.1012 years ago 196.8K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog
General
- Update to version 1.0.13.1
- Code cleanup
Features
- Added setModelData method in preparation for storage in motion
Fixes
- Move porting_lib_loot module back to sophisticated core
- Move to official porting-lib beta release and add some patches necessary. This should hopefully fix incompatibilities with other mods that use porting-lib
- Fix a crash bug with the paintbrush when you target an entity instead of a block
Merged from upstream
Features
- Added support for showing polished opening of storages in minecarts
- Added support for additional rendering of storage blocks in In Motion addon and a bit of support for item handling in the same
- Add tiny bit of support to make it easily possible to use Tier Upgrades for upgrading minecarts in Sophisticated Storage in Motion
- Changes related to latest core change in JEI transfer handler
- Add support for hopper upgrade to be able to work with "automation entities" - in vanilla chest minecart / chest boat.
- Added new Paintbrush item that allows applying decorations to storage blocks in world
- put into Decoration Table instead of storage to set the decorations that the paintbrush applies
- right click blocks in world to apply the decoration
- works on individual storage blocks as well as on storage controller to apply the decoration to all storages in controller multiblock
- pulls blocks / dyes needed to apply the decoration from player's inventory as well as from any container items including backpacks
Fixes
- Fixed barrel material recipe deadlock with refined storage 2
- Fixed hopper upgrade to exclude entity that's running the hopper upgrade from the list of entities it's interacting with
- Fixed hopper upgrade to work with container entities in both neighbor block positions of double chest instead of just neighbor position next to the main part of the chest
- Fixed decoration table and barrel material recipe to only allow full blocks as materials for the barrels to prevent see through the world barrels when these were only partially covered by smaller block textures
- Fixed rotation and placement of lock icon on locked barrels
- Fixed gap that showed in flat limited barrel model after the change to rotation of barrels
- Fixed gap that showed in flat limited barrel model after the change to rotation of barrels
Optional dependencies
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:iHtpVwJL:bpVKdKAj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iHtpVwJL:bpVKdKAj"
}









