Skip to content

Hologram Options

The options for the hologram displayed above each crate block location. Requires the HoloDisplays mod to be installed.

"hologram": {
"text": [
"<red>Example Crate"
],
"offset": {
"x": 0.0,
"y": 1.0,
"z": 0.0
},
"scale": {
"x": 1.0,
"y": 1.0,
"z": 1.0
},
"rotation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"billboard": "VERTICAL",
"background": {
"color": "000000",
"opacity": 50
},
"shadow": true,
"opacity": 1.0,
"update_rate": 100,
"view_distance": 50.0
}

The sound event to play. In the format of mod_id:sound_id.

"sound": "minecraft:block.lava.extinguish"

The pitch at which to play the sound. Defaults to 1.0.

"pitch": 1.0

The volume at which to play the sound. Defaults to 1.0.

"volume": 0.5