Unable to find the resource package included in mod
wobushibaobao opened this issue · 4 comments
For some reason BetterMC hides Continuity's resource packs and the author missed enabling the glass pane fix
To show Continuity's resource packs you will have to:
1.) Go into Better MC [FABRIC] - BMC1\minecraft\config (or whatever your launcher named the instance)
2.) Locate and open the file named resourcepackoverrides
3.) Once you've opened the file using notepad, look for the lines that says:
"continuity/default": {
"hidden": true
}
And
"continuity/glass_pane_culling_fix": {
"hidden": true
}
4.) Change the line "hidden": true to "hidden": false, save it and launch the game
If done successfully you will now be able to see Continuity's resource packs in the menu
EDIT: This should really be reported to the BetterMC author instead