Skip to content

Commit 29633f3

Browse files
committed
other fixes
1 parent 5364f96 commit 29633f3

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ This is why the script `add-game-entry.js` was created, an easy way to add a new
7979
```bash
8080
# You can use any js runtime such as node.js, bun, or deno
8181
# For this demonstration bun will be used as dependencies are automatically installed
82-
bun add-game-script.js
82+
bun add-game-entry.js
8383
# Answer the prompts that follow and the configuration will be updated
8484

8585
# If you said 'N(o)' to rebuilding the config, then you need to run the following command before the site can find the game
8686
bun build-config.js
8787
```
88-
As `add-game-script.js` is built to work with alphanumerically-ordered lists, expect unintended behavior if the games list is not alphanumerically sorted.
88+
As `add-game-entry.js` is built to work with alphanumerically-ordered lists, expect unintended behavior if the games list is not alphanumerically sorted.
8989
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.**
9090

9191
#### Themes

config.jsonc

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,22 @@
312312
"aliases": [],
313313
"categories": []
314314
},
315-
"Eaglercraft Ampler Launcher": {
315+
"EaglerCraft 1.12.2": {
316+
"path": "ampler-launcher/mc/1.12.2",
317+
"aliases": [],
318+
"categories": []
319+
},
320+
"EaglerCraft 1.5.2": {
321+
"path": "ampler-launcher/mc/1.5.2",
322+
"aliases": [],
323+
"categories": []
324+
},
325+
"EaglerCraft 1.8.8": {
326+
"path": "ampler-launcher/mc/1.8.8",
327+
"aliases": [],
328+
"categories": []
329+
},
330+
"Eaglercraft Ampler Launcher": {
316331
"path": "ampler-launcher",
317332
"aliases": [],
318333
"categories": []

0 commit comments

Comments
 (0)