1.0.3 • Published 4 years ago

mcpack v1.0.3

Weekly downloads
2
License
MPL-2.0
Repository
github
Last release
4 years ago

mcpack

Created to help in manage of Minecraft datapacks. Works as a command line interface.

To start a new datapack use init command

$ mcpack init "An awesome datapack"

There's multiple optional options to improve the configuration of the file, as:

  • -v Define the version of the datapack e.g: 0.1.0
  • -d Define a description for the datapack
  • -i Define a custom icon for the datapack e.g: minecraft:podzol
  • -a Define an alias for the datapack (as a shortname) e.g: ad
  • -f Define the pack-format. default: 4

You can use eather:

  • --v Verbose. Gives information during the process.
  • --f Force. Forces the procediment, deletes an existen datapack if it has the same name and version.
  • -h Help.

To this moment, the package just contain that command, but i wait in future, it can help improving existing datapacks, make easier work with diferent versions, etc.

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago