Im wanting to mess around with audio files on minecraft, only problem is, i cant find them. i open up .minecraft and then assets, but the only folders there are indexes and objects. no music.there is no resourses file, only resourse packs. I'm running a 1.3.11 launcher and a 1.7.5 game. any help is appreciated
additonally i'd like to add that the only thing in indexes file is the 1.7.4.json file and in the objects file only contains the what I can only guess to be string of numbers and letters that may reference individual audio and graphic files
The json file in indexes describes which of the hexadecimal files are which bitmaps, sounds, and music files.
Open the json file with a text editor and you'll be able to identify which file is which.
Any file XXyyyyyyyyyyyyyyyy will be found in the XX directory under objects.
The json file in indexes describes which of the hexadecimal files are which bitmaps, sounds, and music files.
Open the json file with a text editor and you'll be able to identify which file is which.
Any file XXyyyyyyyyyyyyyyyy will be found in the XX directory under objects.
I thats what I'm saying. Isn't assests supposed to have more than just indexes and objects? Isn't there supposed to be files containing the .ogg audio files?
every asset is an object. All those files are bitmaps, sounds, and music. But you won't be able to tell which one is which without looking them up in the index.
Open the json file with a text editor and you'll be able to identify which file is which.
Any file XXyyyyyyyyyyyyyyyy will be found in the XX directory under objects.
I thats what I'm saying. Isn't assests supposed to have more than just indexes and objects? Isn't there supposed to be files containing the .ogg audio files?
ex:
So .minecraft/assets/objects/ad/ad7d770b7fff3b64121f75bd60cecfc4866d1cd6 is an OGG file of a glass sound.
This is how Minecraft's assets work now.
To replace a sound you need to build a Resource Pack.