fix: 15 16 17 18 19 not 15 15 16 17 18

This commit is contained in:
Chayapak Supasakul 2026-03-31 10:05:10 +07:00
parent 5bfd8289f1
commit b8e4f7c3b4
Signed by: ChomeNS
SSH key fingerprint: SHA256:0YoxhdyXsgbc0nfeB2N6FYE60mxMU7DS4uCUMaw2mvA

View file

@ -17,10 +17,10 @@ public class Instrument {
public static final Instrument BIT = new Instrument(13, "bit", 54); public static final Instrument BIT = new Instrument(13, "bit", 54);
public static final Instrument BANJO = new Instrument(14, "banjo", 54); public static final Instrument BANJO = new Instrument(14, "banjo", 54);
public static final Instrument PLING = new Instrument(15, "pling", 54); public static final Instrument PLING = new Instrument(15, "pling", 54);
public static final Instrument TRUMPET = new Instrument(15, "trumpet", 54); public static final Instrument TRUMPET = new Instrument(16, "trumpet", 54);
public static final Instrument TRUMPET_EXPOSED = new Instrument(16, "trumpet_exposed", 54); public static final Instrument TRUMPET_EXPOSED = new Instrument(17, "trumpet_exposed", 54);
public static final Instrument TRUMPET_WEATHERED = new Instrument(17, "trumpet_weathered", 54); public static final Instrument TRUMPET_WEATHERED = new Instrument(18, "trumpet_weathered", 54);
public static final Instrument TRUMPET_OXIDIZED = new Instrument(18, "trumpet_oxidized", 54); public static final Instrument TRUMPET_OXIDIZED = new Instrument(19, "trumpet_oxidized", 54);
private static final Instrument[] VALUES = { private static final Instrument[] VALUES = {
HARP, BASEDRUM, SNARE, HAT, BASS, FLUTE, BELL, GUITAR, CHIME, XYLOPHONE, IRON_XYLOPHONE, COW_BELL, DIDGERIDOO, HARP, BASEDRUM, SNARE, HAT, BASS, FLUTE, BELL, GUITAR, CHIME, XYLOPHONE, IRON_XYLOPHONE, COW_BELL, DIDGERIDOO,
BIT, BANJO, PLING, TRUMPET, TRUMPET_EXPOSED, TRUMPET_WEATHERED, TRUMPET_OXIDIZED BIT, BANJO, PLING, TRUMPET, TRUMPET_EXPOSED, TRUMPET_WEATHERED, TRUMPET_OXIDIZED