Skip to content

Block Options

The options to define how a crate placed in the world behaves.

"block": {
"locations": [],
"hologram": {},
"particles": "spiral"
}

The in-world locations that this crate is placed at. Use the commands /crate set <crate_id> or /crate remove to add and remove crate locations easily. Leave empty to not place the crate in the world.

"locations": [
{
"dimension": "minecraft:overworld",
"x": 0,
"y": 64,
"z": 0
}
]

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 ID of the particle animation to display around the crate block location. Leave option blank to disable particles.

"particles": "helix"