The bug
If you use a resource pack made for 1.13 that has the pack_format number at 3, it will not work at all, even if the file paths are compatible with the game.
How to reproduce
Download and load
texture pack.
Get a block of granite and a golden sword.
Expected Behavior
They should use the textures from the pack, just like how it would work if you change pack_format to 4.
Observed Behavior
They're both using the default textures.
Attachments
Comments 4
If you use a resource pack made for 1.13 that has the pack_format number at 3, it will not work at all, even if the file paths are compatible with the game.
The attached resource pack uses file paths that are not compatible with pack format 3. They're compatible with pack format 4. For example, you put the granite file in this location:
assets/minecraft/textures/block/granite.pngBut in pack format 3, it's supposed to go here:
assets/minecraft/textures/blocks/stone_granite.pngFixing this causes the pack to work correctly. Pack format 3 works fine, if your pack is actually in format 3. If it's not, don't put 3 for the pack format.
Oh, i forgot to change the pack_number to 3, here, i reuploaded it, retry.