other fixes

This commit is contained in:
MetaGG2
2026-04-10 23:28:54 -04:00
parent 5364f96257
commit 29633f3fd4
3 changed files with 19 additions and 4 deletions
+2 -2
View File
@@ -79,13 +79,13 @@ This is why the script `add-game-entry.js` was created, an easy way to add a new
```bash
# You can use any js runtime such as node.js, bun, or deno
# For this demonstration bun will be used as dependencies are automatically installed
bun add-game-script.js
bun add-game-entry.js
# Answer the prompts that follow and the configuration will be updated
# If you said 'N(o)' to rebuilding the config, then you need to run the following command before the site can find the game
bun build-config.js
```
As `add-game-script.js` is built to work with alphanumerically-ordered lists, expect unintended behavior if the games list is not alphanumerically sorted.
As `add-game-entry.js` is built to work with alphanumerically-ordered lists, expect unintended behavior if the games list is not alphanumerically sorted.
Additionally, **do not** manually edit the `js/config.js` file. That is generated by the `build-config.js` script based off of `config.jsonc`. **Any changes to `js/config.js` will be overwritten.**
#### Themes
+16 -1
View File
@@ -312,7 +312,22 @@
"aliases": [],
"categories": []
},
"Eaglercraft Ampler Launcher": {
"EaglerCraft 1.12.2": {
"path": "ampler-launcher/mc/1.12.2",
"aliases": [],
"categories": []
},
"EaglerCraft 1.5.2": {
"path": "ampler-launcher/mc/1.5.2",
"aliases": [],
"categories": []
},
"EaglerCraft 1.8.8": {
"path": "ampler-launcher/mc/1.8.8",
"aliases": [],
"categories": []
},
"Eaglercraft Ampler Launcher": {
"path": "ampler-launcher",
"aliases": [],
"categories": []
+1 -1
View File
File diff suppressed because one or more lines are too long