Hello everyone! I've been experimenting with mc modding recently, but since I don't have any "fancy" modding tools, I use WINRAR and visual studio for modding.
Anyways, I've been searching for the audio files for around a week now, (specially on the assets folder), but they don't seem to appear anywhere.
The WINRAR file searcher tool doesn't seem to work, not even on files I already know are there, so I pretty much ran of any other ideas.
I don't really know if the audio files are even actual audio files, maybe for some reason they used a weird file extension instead of using .mp3 or .ogg files
Refer to your specific version's JSON file in the assets/indexes, then check the file name and hash. The first 2 characters in the file hash will be the assets/objects folder.
Hello everyone! I've been experimenting with mc modding recently, but since I don't have any "fancy" modding tools, I use WINRAR and visual studio for modding.
Anyways, I've been searching for the audio files for around a week now, (specially on the assets folder), but they don't seem to appear anywhere.
The WINRAR file searcher tool doesn't seem to work, not even on files I already know are there, so I pretty much ran of any other ideas.
I don't really know if the audio files are even actual audio files, maybe for some reason they used a weird file extension instead of using .mp3 or .ogg files
I would love to hear from you!
-
View User Profile
-
View Posts
-
Send Message
ModeratorAudio files are not stored in the jar file.
They're in the assets/objects folder.
Refer to your specific version's JSON file in the assets/indexes, then check the file name and hash. The first 2 characters in the file hash will be the assets/objects folder.
i.e. assets/objects/<FIRST TWO CHAR HASH>
ex: assets/objects/9a/9a7fe638bb8b3b1060b3830c63c3ce3d03cdbe1f = minecraft/sounds/mob/villager/idle3.ogg