Tom-The-Geek / pack-it

Command line tool for managing mods
https://tom-the-geek.github.io/pack-it/
10 stars 2 forks source link

Reccomended way to get setup w/ a fabric server with this tool #1

Closed jasikpark closed 2 years ago

jasikpark commented 3 years ago

This looks great! I've been looking for a tool that would function similar to yarn or cargo for managing my Minecraft server, I'm just on a machine that I've got ssh access to, so I've just been curling the mods into mods/, but I really wanted a way to specify the versions w/ an easy way to upgrade!

2 Questions:

Tom-The-Geek commented 3 years ago

In the future, there will be a command to update all mods automatically, but for now, yes, rerunning the add command will update them to the latest version

jasikpark commented 3 years ago

Hmm I'm getting

pack-it curseforge-add fabric-api
ℹ️  Resolving fabric-api...
⚠️  No compatible version found for fabric-api!

for

pack_name = "pack-it test"
author = ""
accepted_game_versions = ["1.17.1","1.17"]
mod_loader = "Fabric"

[installed_mods]
Tom-The-Geek commented 3 years ago

Ah this is a bug with a change I made to the init command in the last release, you need to change Fabric to fabric in the pack.toml and try again

Tom-The-Geek commented 2 years ago

Fixed the need to change Fabric -> fabric with 089d77f