Server Paper 1.20.4
I am wondering if it is possible to edit pack.mcmeta
My specific issue is one of my shader files needs to be activated/ overridden when someone playing on 1.20.5+ uses the resource pack.
Here is what would need to be added to my pack.mcmeta
"pack":{
"pack_format":22,
"supported_formats":[
22,
100
],
"description":"your resource pack description"
},
"overlays":{
"entries":[
{
"directory":"newShadersPost1_20_4",
"formats":[
23,
100
]
}
]
}
}
I have tried to add it manually after the generated file has been Zipped, but I cannot open it.
I have tried to create a pack.mcmeta file in the contents folder of Itemsadder.
Both have had no luck.
For a better understanding and a direct link to my issue, here is the github link:
https://github.com/Ehhthan/HappyHud-Issues/issues/103
I really appreciate the help anyone can provide.