Tags
Creators
Details
All versions
1.6.0
Release
Labelling Containers 1.20.1-forge - 1.6.02 years ago 383
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Breaking Changes:
- Some of the tags were rearranged, so that they're better grouped. This means that if you were using previous versions of the mod, every labeled block is probably broken
Changes:
- Internals:
- Completely re-written labelling system
- The mod now doesn't use mixins to modify other mod's blocks and block entities (excluding sophisticatedstorage)
- Added the ability to label every block entity
- Block Entity locator is now modular and depends on platform specific checks
- Created event to check if a block entity has to be connected to another (double chest case, to inherit label and display-item) AFTER the block is connected (block entity created)
- Configs:
- Added dependency on FastConfigAPI
- Config
taggable-blocks.json:- Set which blocks you can label
- Disable
hasTagsLimitto label every block with a block entity - If the
hasTagsLimitmode is set, every taggable block will have a tooltip that informs the player that the block can be labeled
- Config
player-preferences.json:- Set the side of the screen where the HUD will be displayed on (available sides are
left,center-left,center-right,top-leftandtop)
- Set the side of the screen where the HUD will be displayed on (available sides are
- Commands:
- Commands now require permissions level 2 (as suggested by Dum_Frank)
- Added
/labelconfigcommand, to add specific blocks to the config at runtime - Added
/labelpositioncommand, to set where the HUD will be displayed on screen (center-rightby default, see configplayer-preferences.json, suggested by alexandercooliomods)
- Items:
- New modes available on the Label Printer item:
Creation mode: Prints labels as usual (default behaviour in previous versions)Copy mode: Copies a label from other blocks (doesn't use paper, suggested by Dum_Frank)- Shift right-click to switch mode
- New modes available on the Label Printer item:
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:b2T42hfY:p4cssCY9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:b2T42hfY:p4cssCY9"
}

