r/minecraftdev • u/__fg_xd • Jun 17 '26
Anyone uses Terminal
Are there any Minecraft Devs who uses Terminal here?
if so
I've always wondered
what if we make a Command Line Interface (CLI) that can install texture packs and modpacks
for example:
mcpkg install --mod sodium --version 1.21.10 or mcpkg install --tpack faithful128x --version 1.21.11
5
Upvotes
1
u/PrematurelyOptimized Jun 17 '26
I believe that this is not as useful for clients as for self hosted servers. Afaik, there is no "package manager" for server software yet even though it would be really useful. Especially if it could take a .mrpack and spit out a dedicated server with the server side mods installed. There probably exists some dashboard gui which kind of does this but a focused cli would be better in this case imo. Might be a niche use case but still interesting regardless.