https://github.com/axolotlclient/axolotlclient-mod
https://github.com/axolotlclient/axolotlclient-mod
fabricmc minecraft ornithe ornithemc quiltmc
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/axolotlclient/axolotlclient-mod
- Owner: AxolotlClient
- License: other
- Created: 2021-12-10T20:25:42.000Z (over 3 years ago)
- Default Branch: multiversion
- Last Pushed: 2025-03-28T16:43:54.000Z (26 days ago)
- Last Synced: 2025-03-30T08:11:48.119Z (24 days ago)
- Topics: fabricmc, minecraft, ornithe, ornithemc, quiltmc
- Language: Java
- Homepage: https://axolotlclient.com
- Size: 10 MB
- Stars: 75
- Watchers: 3
- Forks: 18
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# AxolotlClient-mod
A Complete (nearly) mod to have various features on various Minecraft versions
*Also available in other Languages: [Türkçe](doc/README-tr.md), [Deutsch](doc/README-de.md)*
### Features
- Custom Skies Implementation
- Freelook (Disabled on some servers)
- Nametag
- Beacon Beams
- Dynamic FOV
- Low Fire / Low Shield
- Hit Color
- Screenshot Utils
- Zoom
- Various Hud Modules (port of [KronHUD](https://github.com/DarkKronicle/KronHUD), but with additions)
- including, but not limited to:
- Ping
- FPS
- CPS
- Armor
- Potions
- Keystrokes
- ToggleModifiers
- Server IP
- Icon
- Speed
- Scoreboard
- Crosshair
- Coordinates
- ActionBar
- BossBar
- Arrow
- Item Update
- Pack Display
- Real Time
- Reach
- Hotbar
- Memory
- PlayerCount
- Compass
- TPS (Ticks per second)
- Combo
- Player
- Chat
- Hypixel Features
- AutoGG / GF / GLHF
- LevelHead
- Nick Hider
- Skyblock
- AutoTip
- AutoBoop
- Custom Block Outlines
- Time Changer
- Fullbright
- Motion Blur
- TNT Time
- Scrollable Tooltips
- Particles
- Discord RPC
- Custom Badges### Links
[](https://modrinth.com/mod/axolotlclient)
[](https://github.com/AxolotlClient/AxolotlClient-mod/releases)
[](https://discord.gg/WyMjeX3vka)### Contributing
- feel free to join the discord to discuss new features
- if you have a feature or a new/updated translation, feel free to open a pull request.
- note your changes in CHANGELOG.md to be added to the next version's changelog.To build:
```
./gradlew build
```Use `-Paxolotlclient.modules.=true` to add a version to the build. Add `-Paxolotlclient.modules.all=true`
to build everything. In case you use an IDE, you can also add the respective properties to `gradle.properties` files
(or remove them).### Licensing
- This mod is licensed under the LGPL-3.0 License.
```
AxolotlClient-mod
Copyright (C) 2021-present moehreag + ContributorsThis program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
```- For more information see the [LICENSE](LICENSE) file.