promotional bannermobile promotional banner

Labelling Containers

A mod used to set icons and label chests, shulker boxes, barrels and other containers without the need of signs.

File Details

Labelling Containers 1.20.4-neoforge - 1.6.0

  • R
  • Mar 30, 2024
  • 341.91 KB
  • 74
  • 1.20.4
  • NeoForge

File Name

labellingcontainers-1.6.0.jar

Supported Versions

  • 1.20.4

Curse Maven Snippet

NeoForge

implementation "curse.maven:labelling-containers-844270:5221501"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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 hasTagsLimit to label every block with a block entity
      • If the hasTagsLimit mode 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-left and top)
  • Commands:
    • Commands now require permissions level 2 (as suggested by Dum_Frank)
    • Added /labelconfig command, to add specific blocks to the config at runtime
    • Added /labelposition command, to set where the HUD will be displayed on screen (center-right by default, see config player-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