All versions
3.4.3+26.1-neoforge
Release
Shulker Box Labels 3.4.3 for Neoforge 26.16 months ago 139
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Changes
- Updated the mod to 26.1.
- Fixed a bug where shulker boxes appeared flat when
Flat Renderingwas set toOnly Labeledwhile label rendering was disabled. - Removed hacky implementation which converted shulker boxes with data components containing the old mod name to the new name. Replaced them with DataFixers.
- Minor optimization: container icons are now immediately removed from the container icon cache when opening a shulker box.
- Adjusted rendering of enchanted 3D items (perspectives:
world,hands) to avoid enchantment glint z-fighting with the shulker box lid introduced in 26.1. - Disabled rendering of config previews when not in a world, since constructing
ItemStacks outside aLevelis no longer possible. Dynamic registries are only loaded after first joining a world. An error message is shown instead if rendering is not possible. - Removed compatibility with older namespace of this mod.
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:a4byiEVJ:6LnOhrRN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:a4byiEVJ:6LnOhrRN"
}

