mcpack
v1.0.3
Published
Helper to manage Minecraft datapacks
Downloads
4
Readme
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.