1.0.3 • Published 6 years ago
mcpack v1.0.3
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:
-vDefine the version of the datapack e.g:0.1.0-dDefine a description for the datapack-iDefine a custom icon for the datapack e.g:minecraft:podzol-aDefine an alias for the datapack (as a shortname) e.g:ad-fDefine the pack-format.default: 4
You can use eather:
--vVerbose. Gives information during the process.--fForce. Forces the procediment, deletes an existen datapack if it has the same name and version.-hHelp.
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.