Ship a disk example pack so last-wins, patches and create-with-a-mod are tested for real.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -69,6 +69,9 @@ still a pack: the id stands in for the name, `version` is empty, `requires` is e
|
||||
{ "mods": [{ "id": "core", "required": true, "label": "Базовая игра", "version": "1.0", "requires": [] }] }
|
||||
```
|
||||
|
||||
The repo also ships `example` next to `core` — a sample pack, not required. It appears in this
|
||||
list with `required: false` and `requires: ["core"]`. Vanilla create omits it.
|
||||
|
||||
### `GET /api/catalog?lang=ru|en&mods=addon1,addon2`
|
||||
|
||||
Placeable (non-abstract) types plus labels in `lang`, and the last-wins `maps/default.jsonc` for
|
||||
|
||||
Reference in New Issue
Block a user