Music Instruments
Generated page, edit
scripts/gen_schema_pages.py instead.Totemic Music Instruments (1.20.1), pkl4mc dialect.
Not vanilla datapack content, Totemic’s registries freeze at mod-load time, so pkl4mc reads these files once during the registry phase, not on datapack reload. Place under config/pkl4mc/data/<namespace>/totemic_music_instrument/*.pkl, each entry’s name becomes the registry id <namespace>:<name>.
Usage
amends "@pkl4mc/totemic_music_instrument.pkl"Example
// Place under config/pkl4mc/data/<namespace>/totemic_music_instrument/*.pkl
amends "@pkl4mc/totemic_music_instrument.pkl"
instruments {
new {
name = "conch_shell"
baseOutput = 3
musicMaximum = 12
item = "minecraft:goat_horn"
sound = "minecraft:item.goat_horn.sound.0"
}
}