Label

2015-07-13_04.04.13
Details Panel
Label
Break with:
GUI:
Version Added:
Block
Axe
Yes, Sneak Click
1.0.0
Additional Features
Emits light if a block within it can emit light
Works great with chests
Page Contents

Description

The label is a block that holds up to 3 items. The label works great as a way to indicate what is in chests. It sits low enough to avoid the lid of the chest and since it requires the player to sneak click with an empty hand to open the gui, it is difficult to accidentally open when trying to access a chest.

If a block that emits light is placed within the label, the label will emit light of the same level as the block that is placed in.

Usage

Sneak click with an empty hand to open the GUI.

Recipe

recipeWoodLabel

This block can be made from any of the 6 different vanilla woods or from framing sheets and framing boards (replace planks with sheet and slabs with boards) and will look like the wood that is used.

Config Options

Look for these options in Minecraft folder under config/BiblioCraft.cfg

There is a “force fast render” option that will force the Label to always render the items on it in fast render mode. This is enabled by default on the Label . Set to false to disable fast render.

"force fast render" {
 B:Label=true
}

Picture Gallery

Changelog

v1.10.0
*Added framed block version
*New Feature – Per-block fast rendering can be enabled in the config. By default the potion shelf, label, and fancy sign have forced fast rendering enabled by default. This should make the potion shelf much more usable without having to enable fast
v1.7.4
*Added better texture pack support
v1.7.0
*Fixed hoppers pulling stuff from labels. Labels should now be immune to hoppers.
v1.5.5
*Crash fixed with twilight forest maps on the Tables, Shelves, Display cases, and Labels.
v1.5.4
*Thaumcraft compatibility fix: Essence jars with labels now face the correct direction on the different shelves and the cases.
v1.2.0
*Added support for the label to the reading glasses / monocle.
v1.1.0
*Tweaked Labels so items and blocks are scaled slightly larger and fill out the label better.
*Fixed crashes relating to some items being placed on the shelf, the potion shelf, and the label.
v1.0.2
* Fixed a crash when databases from extra bees tried to be added to the label or the potion shelf.
* When shift clicking an item into the label, the first item now goes to the center slot.
v1.0.0
*Initial release