Tags
Creators
Details
1.2.7+1.21-1.21.1
Compatibility
Required content
Changes
Terrastorage 1.2.7 for Minecraft 1.21 and 1.21.1
This update adds a new button customization option, introduces enum value coloring, and fixes a major synchronization bug.
🔧 New Customization Option
As requested in #36, the Buttons Customization Screen now includes a toggle for the storage option buttons.
🎨 Enum Value Coloring
Enum-based option buttons now display their current value with color coding. More option screen improvements are planned for future updates!
🛠 Bug Fixes
Fixed a sync issue with Sophisticated Storage/Backpacks (see #38) that could lead to item duplication.
⚠️ Note: Terrastorage is still not fully compatible with Sophisticated Storage/Backpacks, and I do not recommend pairing them together as there are other major issues that need more time to resolve.
📝 Additional Notes
I'm sorry for the recent inactivity. I've been going through a busy period and haven’t had much time to work on Terrastorage. Hoping to pick up the pace again soon.
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:QKXofFZC:PGVQeC0C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QKXofFZC:PGVQeC0C"
}

