Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 5 days ago
All versions
1.19.2-1.1.5
Release
Functional Storage 1.19.2-1.1.53 years ago 289
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
VERSION: 1.1.5
- Properly added a changelog file
- Added config option for the upgrades to change how much they do and how often they do it, closes #204
- Cached controller voxel shape to avoid performance issues, closes #170
- Handle compacting drawer recipe checking only on the server, closes #159
- Added progress bar indicators to the drawers, closes #169
- Changed the downgrade upgrade to change the base value of a drawer to 64 so it can function with the other storage upgrades, closes #117
- Check if an upgrade can go inside a drawer to validate if proper storage numbers, closes #197
- Force the Creative Vending upgrade to go to the proper slot when right clicked into a drawer, closes #184
- Added item tooltip display to compacting drawers and a proper capability, closes #48
- Fixed Simple Compacting Drawers being breakable in creative when interacting with them, closes #187
- Prevent infinite loop when drawers check for their parent stuff, closes #73
- Now having the configuration tool in the offhand it will toggle the selected action when placing a drawer, closes #156
- Fixed pushing upgrade only pushing to the first slot, closes #164
- Added Framed Simple Compacting Drawer, closes #179
- Added custom compacting recipes, changed recipes that used the tag to use the custom recipe, closes #150
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:cO40ZIg3:yAAkXsNv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cO40ZIg3:yAAkXsNv"
}

