@@ -219,21 +219,21 @@ public static ArrayList<CustomInstrument> get1_12Instruments(){
219219 public static ArrayList <CustomInstrument > getVersionCustomInstruments (float serverVersion ){
220220 ArrayList <CustomInstrument > instruments = new ArrayList <>();
221221 if (serverVersion == 0.0112f ){
222- instruments .add (new CustomInstrument ((byte ) 0 , "Guitar" , "guitar.ogg" ));
223- instruments .add (new CustomInstrument ((byte ) 0 , "Flute" , "flute.ogg" ));
224- instruments .add (new CustomInstrument ((byte ) 0 , "Bell" , "bell.ogg" ));
225- instruments .add (new CustomInstrument ((byte ) 0 , "Chime" , "icechime.ogg" ));
226- instruments .add (new CustomInstrument ((byte ) 0 , "Xylophone" , "xylobone.ogg" ));
222+ instruments .add (new CustomInstrument ((byte ) 0 , "Guitar" , "block.note_block. guitar.ogg" ));
223+ instruments .add (new CustomInstrument ((byte ) 0 , "Flute" , "block.note_block. flute.ogg" ));
224+ instruments .add (new CustomInstrument ((byte ) 0 , "Bell" , "block.note_block. bell.ogg" ));
225+ instruments .add (new CustomInstrument ((byte ) 0 , "Chime" , "block.note_block. icechime.ogg" ));
226+ instruments .add (new CustomInstrument ((byte ) 0 , "Xylophone" , "block.note_block. xylobone.ogg" ));
227227 return instruments ;
228228 }
229229
230230 if (serverVersion == 0.0114f ){
231- instruments .add (new CustomInstrument ((byte ) 0 , "Iron Xylophone" , "iron_xylophone.ogg" ));
232- instruments .add (new CustomInstrument ((byte ) 0 , "Cow Bell" , "cow_bell.ogg" ));
233- instruments .add (new CustomInstrument ((byte ) 0 , "Didgeridoo" , "didgeridoo.ogg" ));
234- instruments .add (new CustomInstrument ((byte ) 0 , "Bit" , "bit.ogg" ));
235- instruments .add (new CustomInstrument ((byte ) 0 , "Banjo" , "banjo.ogg" ));
236- instruments .add (new CustomInstrument ((byte ) 0 , "Pling" , "pling.ogg" ));
231+ instruments .add (new CustomInstrument ((byte ) 0 , "Iron Xylophone" , "block.note_block. iron_xylophone.ogg" ));
232+ instruments .add (new CustomInstrument ((byte ) 0 , "Cow Bell" , "block.note_block. cow_bell.ogg" ));
233+ instruments .add (new CustomInstrument ((byte ) 0 , "Didgeridoo" , "block.note_block. didgeridoo.ogg" ));
234+ instruments .add (new CustomInstrument ((byte ) 0 , "Bit" , "block.note_block. bit.ogg" ));
235+ instruments .add (new CustomInstrument ((byte ) 0 , "Banjo" , "block.note_block. banjo.ogg" ));
236+ instruments .add (new CustomInstrument ((byte ) 0 , "Pling" , "block.note_block. pling.ogg" ));
237237 return instruments ;
238238 }
239239 return instruments ;
0 commit comments