Skip to content

nil-two/mcm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mcm

Manage MOD or ResourcePack of Minecraft with TOML recipe file.

Download

See releases

Usage

mcm [OPTION]... RECIPE

Options:
	--help       show this help message
	--version    print the version

$ mcm recipe.toml
(Download Packages using recipe.toml)

$ mcm 1.7.10.toml
(Download Packages using 1.7.10.toml)

Recipe

Describe in TOML recipe in the following format.

[[mod]]
name = "<MOD file name>"
url  = "<MOD URL>"

[[mod]]
name = "<MOD file name>"
url  = "<MOD URL>"

#...

[[resourcepack]]
name = "<ResourcePack file name>"
url  = "<ResourcePack URL>"

[[resourcepack]]
name = "<ResourcePack file name>"
url  = "<ResourcePack URL>"

#...

License

MIT License

Author

nil2 nil2@nil2.org

About

[Unmaintained] Manage mods or resourcepacks of Minecraft

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages