Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declares a module within the pack. Modules define what the pack contains: 'data' for behavior packs, 'resources' for resource packs, or 'script' for packs with JavaScript/TypeScript code. Script modules require an entry point file path.
3.0.0.Module Properties
| Name | Default Value | Type | Description |
|---|---|---|---|
| description | not set | String | |
| entry | not set | String | |
| language | not set | String | |
| type | not set | String | |
| uuid | not set | Object | |
| version (Version) | not set | Version item | |
| version (as String) | not set | String |
Version
Version Properties
JSON path: version
| Name | Default Value | Type | Description |
|---|---|---|---|
| buildMeta | String | ||
| major | 0 | Integer number | |
| minor | 0 | Integer number | |
| patch | 0 | Integer number | |
| preRelease | String |