aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/music
AgeCommit message (Collapse)Author
2026-03-06Replace .ogg music with their Java edition counterparts (#677)Eribetra
* Replace .ogg music with their Java edition counterparts Now that we are using MiniAudio, we can add Java Edition's music files, which have much higher quality than LCE's .binka files. Note that the_end_dragon_alive.ogg is different as a result. * Update the_end_dragon_alive.ogg * Update cat.ogg * high quality LCE cat.ogg recreation * Updated cat.ogg to have exact music length
2026-03-06Miniaudio Implementation (+stb_vorbis) (#624)GuglioIsStupid
* Miniaudio Implementation * Do not link miles + remove miles lib
2026-03-01Initial commitdaoge_cmd