@@ -502,11 +502,18 @@ public class TexturePackLoader {
502
502
new SimpleTexture ("textures/blocks/reeds" , Texture .sugarCane ),
503
503
new IndexedTexture (0x49 , Texture .sugarCane )));
504
504
ALL_TEXTURES .put ("note_block" , new AlternateTextures (
505
- new SimpleTexture ("assets/minecraft/textures/block/note_block" , Texture .jukeboxSide ),
506
- new SimpleTexture ("assets/minecraft/textures/blocks/note_block" , Texture .jukeboxSide ),
507
- new SimpleTexture ("assets/minecraft/textures/blocks/noteblock" , Texture .jukeboxSide ),
508
- new SimpleTexture ("textures/blocks/musicBlock" , Texture .jukeboxSide ),
509
- new IndexedTexture (0x4A , Texture .jukeboxSide )));
505
+ new SimpleTexture ("assets/minecraft/textures/block/note_block" , Texture .noteBlock ),
506
+ new SimpleTexture ("assets/minecraft/textures/blocks/note_block" , Texture .noteBlock ),
507
+ new SimpleTexture ("assets/minecraft/textures/blocks/noteblock" , Texture .noteBlock ),
508
+ new SimpleTexture ("textures/blocks/musicBlock" , Texture .noteBlock ),
509
+ new IndexedTexture (0x4A , Texture .noteBlock )));
510
+ ALL_TEXTURES .put ("jukebox_side" , new AlternateTextures (
511
+ new SimpleTexture ("assets/minecraft/textures/block/jukebox_side" , Texture .jukeboxSide ),
512
+ new SimpleTexture ("assets/minecraft/textures/block/note_block" , Texture .jukeboxSide ),
513
+ new SimpleTexture ("assets/minecraft/textures/blocks/note_block" , Texture .jukeboxSide ),
514
+ new SimpleTexture ("assets/minecraft/textures/blocks/noteblock" , Texture .jukeboxSide ),
515
+ new SimpleTexture ("textures/blocks/musicBlock" , Texture .jukeboxSide ),
516
+ new IndexedTexture (0x4A , Texture .jukeboxSide )));
510
517
ALL_TEXTURES .put ("jukebox_top" , new AlternateTextures (
511
518
new SimpleTexture ("assets/minecraft/textures/block/jukebox_top" , Texture .jukeboxTop ),
512
519
new SimpleTexture ("assets/minecraft/textures/blocks/jukebox_top" , Texture .jukeboxTop ),
0 commit comments