Skip to content

Files

Latest commit

Apr 26, 2025
567e69d · Apr 26, 2025

History

History
57 lines (43 loc) · 1.51 KB

README.md

File metadata and controls

57 lines (43 loc) · 1.51 KB

registry

A Public Registry of Mods/Texturepacks/Profiles that are not avalible on modrinth/curseforge and servers to list from for TeaClient

Channels

Loading
%%{init: {
    'theme': 'base',
    'themeVariables': {
        'gitInv0': '#ff0000',
        'gitInv1': '#ff0000',
        'git2': '#ff4444',
        'commitLabelFontSize': '15px'
    },
    'gitGraph': {
        'showCommitLabel':true,
        'mainBranchName': 'master',
        'rotateCommitLabel': true
    }
} }%%
gitGraph
    branch dev
    checkout dev
    commit id: "  "

    checkout master
    commit id: "   "
    merge dev id: "Auto Rebase (1 Day)"
    
    branch "v.*.*.*"
    checkout "v.*.*.*"
    commit id: "7-14 Days Manual Workflow"

Contributing

When submitting a pr please use the dev branch or your pr won't be looked at til it's done.

Adding a server

  1. Download our pre-built cli from our github or you can build it from source then run it with cargo run --release.

Building the CLI from source

Requires ffmpeg for bulding

  1. Download rust
  2. Run cargo build --release
  3. The cli should have been built

Contributing to CLI

  1. Look for GitHub Issues that you can solve here.
  2. Do your changes, test and submit it as a pr.
  3. Wait patiently for a TeaClient Maintainer to repond to your PR this could take up to 7-14 business days. When it the ready to go they will approve it and merge.
  4. Wait for your changes to go live in the next version. which is the next version of CLI.