Registry - Instrument (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 3.24.0

Syntax

new [music] instrument

Description

Create a new instrument with specified properties. This can be used in the [**Instrument Component**](https://minecraft.wiki/w/Data_component_format#instrument). See [**Instrument Definition**](https://minecraft.wiki/w/Instrument_definition) on McWiki for more information.

Examples

set {_m} to new instrument:
	description: formatted "<red>Toot Toot"
	sound_event: "minecraft:entity.ender_dragon.death"
	use_duration: 1 second
	range: 10

set {_i} to 1 of goat horn
apply instrument component to {_i}:
	instrument: {_m}

View source