Metadata-Version: 2.1
Name: MCPacker
Version: 1.0.0
Summary: A tool to easily pack Minecraft addons.
Author-email: Didier Malenfant <coding@malenfant.net>
License-Expression: MIT
License-File: LICENSE.TXT
Keywords: addon,minecraft
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: semver
Description-Content-Type: text/markdown

# MCPacker

A tool to easily pack Minecraft addons.

### Usage

Just `cd` into the addon's folder, containing behavior and/or resource, and run:

```console
mcpacker ~/Desktop
```

Version numbers for eack component of the addon are incremented, then the resulting addon, named after the parent's folder, is placed in the destination folder.

### License

**MCPacker** is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
