Remove custom Iris build and downgrade sodium

This commit is contained in:
Maxscout
2026-06-07 13:08:01 -04:00
parent fbbf929a80
commit 8a4dba9bd4
14 changed files with 541 additions and 18 deletions

View File

@@ -0,0 +1,31 @@
{
"load_resource_packs": {
"//": "Determines if OpenLoader should load resource packs.",
"//default": true,
"value": true
},
"load_data_packs": {
"//": "Determines if OpenLoader should load data packs.",
"//default": true,
"value": true
},
"additional_locations": {
"//": [
"A list of additional locations to load packs from. These can be folders or ",
"direct paths to specific files. By default all file paths will be relative to ",
"the root of your game instance folder. Other locations can be specified using ",
"absolute paths. "
],
"//default": [],
"value": []
},
"load_datapacks_dir": {
"//": [
"Some launchers like CurseForge install data packs to the datapacks folder ",
"(.minecraft/datapacks). When enabled, OpenLoader will always check that folder ",
"for pack files. "
],
"//default": true,
"value": true
}
}