Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axolotlclient/axolotlclient-mod
https://github.com/axolotlclient/axolotlclient-mod
fabricmc minecraft quiltmc
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/axolotlclient/axolotlclient-mod
- Owner: AxolotlClient
- License: other
- Created: 2021-12-10T20:25:42.000Z (about 3 years ago)
- Default Branch: multiversion
- Last Pushed: 2024-08-03T09:27:42.000Z (5 months ago)
- Last Synced: 2024-12-23T14:17:21.394Z (2 days ago)
- Topics: fabricmc, minecraft, quiltmc
- Language: Java
- Homepage: https://axolotlclient.github.io
- Size: 5.85 MB
- Stars: 73
- Watchers: 3
- Forks: 17
- Open Issues: 17
-
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
[![modrinth](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@2/assets/cozy/available/modrinth_64h.png)](https://modrinth.com/mod/axolotlclient)
[![github](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@2/assets/cozy/available/github_64h.png)](https://github.com/AxolotlClient/AxolotlClient-mod/releases)
[![discord-plural](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/social/discord-plural_64h.png)](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.