Tags
Creators
Details
1.2.3+1.21-1.21.1
Compatibility
Required content
Changes
Terrastorage 1.2.3 for Minecraft 1.21 and 1.21.1.
This update introduces new textures and addresses a bug within the creative inventory screen:
New textures
The textures for the Sort Inventory and Quick Stack To Nearby Storages buttons have been updated to better align with the Minecraft aesthetic, thanks to Ventgirl_Joanne for providing the new textures (#16).
A new Buttons Textures option was added to the Options Screen to toggle between the new Minecraft-styled textures and the original Terraria-styled ones. A dedicated customization screen for the inventory storage option buttons is planned for a future update, as it will take quite a while and I'm already very busy.
Bug fixes
Fixed/mitigated a crash that occurred when using the delete item slot in the creative inventory (#18 & #21).
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:L1L0QsZq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QKXofFZC:L1L0QsZq"
}

