Beta v0.4 not showing up in Resource Pack Menu
Closed this issue ยท 8 comments
I've tried cloning the mcmeta of the previous versions of the pack into the new update and just changing a few things and it still wouldnt appear, ive also tried deleting all the old ones still doesnt
what does the folder look like, and the files? version you're using?
that's odd. the pack is zipped correctly when downloaded from other sources
Hmmm can you try renaming the file to remove the color codes? perhaps it has some issues with something there?
and can you try unzipping the resource pack?
stiiilll not working for some reason :(
Immersive Interfaces 4.zip
I have found the issue, Recursive resources seems to have issues with loading packs with overlays, I'm unsure why removing it didn't fix the issue it might failsafe perhaps.
you can just remove the overlays and end with something like this, if you're on 1.20 that's all you have to do
{
"pack": {
"pack_format":34,
"supported_formats": [15,34],
"description": "Completely overhauled UI Beta V0.4 | By Shrimpsnail"
},
"language":{
"en_us-slot":{
"name":"English [Chest Slots]",
"region":"US"
}
}
}
however if you're using a newer version like 1.21 you'll have to remove the assets folder and move the /main/assets to replace it as main was the overlay for the newer versions

