Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hendrix-shen/tweak-my-client
Add something interesting <3
https://github.com/hendrix-shen/tweak-my-client
fabric-mod minecraft
Last synced: 2 months ago
JSON representation
Add something interesting <3
- Host: GitHub
- URL: https://github.com/hendrix-shen/tweak-my-client
- Owner: Hendrix-Shen
- License: lgpl-3.0
- Created: 2021-05-02T12:00:00.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-13T13:18:08.000Z (12 months ago)
- Last Synced: 2024-10-01T08:21:32.692Z (3 months ago)
- Topics: fabric-mod, minecraft
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/tweakmyclient
- Size: 1.89 MB
- Stars: 42
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TweakMyClient
[![Minecraft](http://cf.way2muchnoise.eu/versions/Minecraft_478757_all.svg?badge_style=flat)](https://www.curseforge.com/minecraft/mc-mods/tweakmyclient/files)
[![License](https://img.shields.io/github/license/Hendrix-Shen/Tweak-My-Client?label=License&style=flat-square)](https://github.com/Hendrix-Shen/Tweak-My-Client/blob/master/LICENSE)
![Languages](https://img.shields.io/github/languages/top/Hendrix-Shen/Tweak-My-Client?style=flat-square)
![Java-8~18](https://img.shields.io/badge/Java-8%20%7C%209%20%7C%2010%20%7C%2011%20%7C%2012%20%7C%2013%20%7C%2014%20%7C%2015%20%7C%2016%20%7C%2017%20%7C%2018-orange?style=flat-square)
[![Issues](https://img.shields.io/github/issues/Hendrix-Shen/Tweak-My-Client?label=Issuess&style=flat-square)](https://github.com/Hendrix-Shen/Tweak-My-Client/issues)
[![Pull Requests](https://img.shields.io/github/issues-pr/Hendrix-Shen/Tweak-My-Client?label=Pull%20Requests&style=flat-square)](https://github.com/Hendrix-Shen/Tweak-My-Client/pulls)
[![Last build](https://img.shields.io/github/actions/workflow/status/Hendrix-Shen/Tweak-My-Client/CI.yml?label=Last%20build&style=flat-square&branch=dev)](https://github.com/Hendrix-Shen/Tweak-My-Client/actions/workflows/CI.yml)
[![Github Release](https://img.shields.io/github/v/release/Hendrix-Shen/Tweak-My-Client?label=Github%20Release&style=flat-square)](https://github.com/Hendrix-Shen/Tweak-My-Client/releases)
[![Github Release Downloads](https://img.shields.io/github/downloads/Hendrix-Shen/Tweak-My-Client/total?label=Github%20Release%20Downloads&style=flat-square)](https://github.com/Hendrix-Shen/Tweak-My-Client/releases)
[![CurseForge Downloads](http://cf.way2muchnoise.eu/478757.svg?badge_style=flat)](https://www.curseforge.com/minecraft/mc-mods/tweakmyclient)[中文](./README_ZH_CN.md)
The default hotkey to open the in-game config GUI is **T + C**.
❗Before reporting a problem, be sure to try the latest [beta version](https://github.com/Hendrix-Shen/Tweak-My-Client/releases) to check if the problem still exists.
## Dependencies
| Dependency | Type | Version | Download |
|--------------------------|----------|------------|----------------------------------------------------------------------------------------------------------------------------------------------------|
| Auth Me | Optional | Any | [CurseForge](https://www.curseforge.com/minecraft/mc-mods/auth-me) | [Github](https://github.com/axieum/authme) |
| In-Game Account Switcher | Optional | Any | [CurseForge](https://www.curseforge.com/minecraft/mc-mods/in-game-account-switcher) |
| MagicLib | Required | \>=0.7.387 | [CurseForge](https://www.curseforge.com/minecraft/mc-mods/magiclib) | [Github](https://github.com/Hendrix-Shen/MagicLib) |
| MaliLib | Required | Any | [CurseForge](https://www.curseforge.com/minecraft/mc-mods/malilib) | [Masa WebSite](https://masa.dy.fi/mcmods/client_mods/?mod=malilib) |
| Litematica | Optional | Any | [CurseForge](https://www.curseforge.com/minecraft/mc-mods/litematica) | [Masa WebSite](https://masa.dy.fi/mcmods/client_mods/?mod=litematica) |
| ReAuth (Fabric) | Optional | Any | [CurseForge](https://www.curseforge.com/minecraft/mc-mods/reauth-fabric) |## Development
### Support
Current main development for Minecraft version: 1.20.4
And use `preprocess` to be compatible with all versions.
**Note: I only accept the following versions of issues. Please note that this information is time-sensitive and any version of the issue not listed here will be closed**
- Minecraft 1.14.4
- Minecraft 1.15.2
- Minecraft 1.16.5
- Minecraft 1.17.1
- Minecraft 1.18.2
- Minecraft 1.19.2 (Ending support soon)
- Minecraft 1.19.3 (Ending support soon)
- Minecraft 1.19.4
- Minecraft 1.20.1 (Ending support soon)
- Minecraft 1.20.2 (Ending support soon)
- Minecraft 1.20.4### Mappings
I am using the **Mojang official** mappings to de-obfuscate Minecraft and insert patches.
## License
This project is available under the LGPLv3 license. Feel free to learn from it and incorporate it in your own projects.