EXWPack.info
Keyword | Type | Default | Required | Explanation |
---|---|---|---|---|
packId | String | Content pack filename | ✔ | This pack's unique identifier.
In the future, content packs will not be loaded without this field. Please make sure it is a unique ID value. |
authorList | String[] | [] | | List of authors for this pack. |
url | String | "" | | URL for this pack's website. |
version | String | 1.0.0 | | Pack version. |
logo | String | "" | | Logo file. |
name | String | "" | | Name of this pack. |
credits | String | "" | | Credits for this pack. |
buildRevision | Integer | - | | The target API revision.
Deprecated: Please update to targetAPI. |
targetAPI | String | - | ✔ | The target API version this pack is made for. Please consult the dev page for more details. Leaving this field blank while specifying buildRevision will default to Target API 1.0.0. |
dependencies | String[] | [] | | List of content pack dependencies. List content packs by their pack ID, EXW will verify they are present during load time. |
This file should be in the root directory of your content pack. If it cannot be located at runtime, default values will be used.
It will still be loaded from Flan's or Modulus compatible content packs.
Last modified 1mo ago