diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-21 00:14:18 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-21 00:14:18 -0400 |
| commit | 180a9b067934333a938a1ea75b58c9e05a05cd1b (patch) | |
| tree | 5b04f61a50937b92b29d18b4bdb0ae421d4bf998 | |
| parent | 82bfff5cd46f49e5ab5f7c0cf44303ff2fd185ae (diff) | |
fized openloader?
| -rw-r--r-- | config/openloader/advanced_options.json | 11 | ||||
| -rw-r--r-- | index.toml | 4 | ||||
| -rw-r--r-- | pack.toml | 2 |
3 files changed, 16 insertions, 1 deletions
diff --git a/config/openloader/advanced_options.json b/config/openloader/advanced_options.json new file mode 100644 index 0000000..240466c --- /dev/null +++ b/config/openloader/advanced_options.json @@ -0,0 +1,11 @@ +{ + "resourcePacks": { + "enabled": true, + "additionalFolders": [] + }, + "dataPacks": { + "enabled": true, + "additionalFolders": [] + }, + "displaySourceName": true +} @@ -37,6 +37,10 @@ file = "config/iris.properties" hash = "7224d422c4329c3cedad644491433d0dcca0b5b6277051e14305463218f27498" [[files]] +file = "config/openloader/advanced_options.json" +hash = "354fac96312fe36e1e527a9288b3a4f3f976f17a2231afd563d3e75ae1051254" + +[[files]] file = "config/openloader/data/orb-of-origin-recipe.zip" hash = "a6aa4a60df03c38c2aba4de49d9520daa41cf1188d42dceb4621237682769e6b" @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "fac797975500fc83c7bb9322a072d2498dc576113d870fbce1821d301953b40f" +hash = "19ed638b85e0de28039e8bf29b90ae3fddadac831b245583900b51897b6f4e43" [versions] fabric = "0.18.4" |
