Shrimp's Immersive Interfaces

Shrimp's Immersive Interfaces

1M Downloads

Beta v0.4 not showing up in Resource Pack Menu

Closed this issue ยท 8 comments

commented

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

commented

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

commented

image
Here ya go, it's on 1.21.1

I'm not sure either, but I did have recursive resources mod installed, it still wouldn't show up after i removed the mod. When i add other resource packs they appear, immersive interfaces is the one exception ._.

commented

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?

commented

okiedokie hang on let me do that

commented

stiiilll not working for some reason :(
Immersive Interfaces 4.zip

commented

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

commented

That did the trick! thank you :D
2024-10-11_06 20 29

Keep up the great work, the pack is amazing

commented

Great to know!, there seems to be a report on recursive resources github about the issue already, although i only found after i asked in the discord, so it might get fixed on their end.