Packs Meta
This is a required file for a pack. It contains metadata about the pack. The file is in JSON format and contains the following fields:
name: The name of the pack.description: A description of the pack.author: The author of the pack.version: The version of the pack.id: The id of the pack. This is required to save the pack in the world file.
Example
Section titled “Example”{ "name": "Core pack", "description": "Official general pack", "author": "Linwood", "version": "1.0.0", "id": "abc"}