other fixes
This commit is contained in:
@@ -79,13 +79,13 @@ This is why the script `add-game-entry.js` was created, an easy way to add a new
|
|||||||
```bash
|
```bash
|
||||||
# You can use any js runtime such as node.js, bun, or deno
|
# 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
|
# 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
|
# 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
|
# 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
|
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.**
|
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
|
#### Themes
|
||||||
|
|||||||
+16
-1
@@ -312,7 +312,22 @@
|
|||||||
"aliases": [],
|
"aliases": [],
|
||||||
"categories": []
|
"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",
|
"path": "ampler-launcher",
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"categories": []
|
"categories": []
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user