Skip to content

UnitedPenguin/AxolotlClient-mod

 
 

Repository files navigation

Axolotl Client

This README is also available in Türkçe and Deutsch.

Introduction

Axolotl is a Client for Minecraft that introduces a range of features across various game versions, promoting a better, customizable environment for the user.

Features

Axolotl Client offers a multitude of features including:

  • 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, 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

For more details and updates, visit the links below:

Modrinth Github Discord

Contributing

We welcome all contributions to Axolotl Client. Join our Discord community to discuss new features or open a pull request if you have a feature or a new/updated translation to share. Remember to note your changes in CHANGELOG.md for inclusion in the next version's changelog.

Building from Source

For those interested in the most current version or building from the source directly, follow the instructions below:

Basic Build

To build the project, use the following command:

./gradlew build

Building Specific Versions

If you wish to build a specific version, use:

./gradlew build -Paxolotlclient.modules.<version_name>=true

Replace <version_name> with the desired version name.

Building All Versions

To build all available versions at once, use:

./gradlew build -Paxolotlclient.modules.all=true

IDE Tips

For those using an Integrated Development Environment (IDE), you can add the respective properties mentioned above to the gradle.properties files or remove them as required.

API Requirements

Ensure to download the respective API package for your version before you download:

  • 1.8.9: Legacy Fabric API
  • 1.16.x: Fabric API (necessary parts are shipped with the mod)
  • 1.19+: QSL (necessary parts are shipped with the mod)

Disclaimers

We do not endorse or support cheats/hacks. If you believe any options packaged by this mod could be considered as such, please let us know.

The only data sent to our server is your public Minecraft account UUID, which isn't stored longer than one game session.

Credits

Our heartfelt thanks to the open-source contributors, particularly DarkKronicle, the creator of KronHUD, and AMereBagatelle, the author of the FabricSkyBoxes mod. Without their contributions, Axolotl Client would not be as comprehensive as it is.

License

License: LGPL v3

Axolotl Client is licensed under the LGPL-3.0 License. For more details, see the LICENSE file.

About

fork of axolotl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • Other 0.2%