It would be nice to be able to update mods and Minecraft from the tablecloth CLI. An interactive console could help with this. I imagine something like the following would work:
tablecloth update minecraft <version-string>:
- Would try to update Minecraft to that version and find the corresponding Fabric Loader.
- It would then look for the newest version for each registered mod.
- It would tell the player which updated mods it found and which mods aren't updated yet, then ask the user for confirmation that they want to upgrade.
tablecloth update mod <mod-version> <version-string|latest>:
- Would update the specified mod to the desired version, or the latest version for the current Minecraft version, if available.
It would be nice to be able to update mods and Minecraft from the tablecloth CLI. An interactive console could help with this. I imagine something like the following would work:
tablecloth update minecraft <version-string>:tablecloth update mod <mod-version> <version-string|latest>: