Skip to content

Archjh/ArchLibman

Repository files navigation

ArchLibMan Client

License Minecraft Fabric

A lightweight and modular Minecraft 1.20.4 client built on Fabric loader, designed for utility and quality-of-life enhancements.

Client Screenshot

Features

Module System

  • Modular architecture - Easily add/remove features
  • Categories - Organized module system (Client, Combat, Movement, Render, Player)
  • Runtime configuration - Toggle modules without restart

Included Modules

  • ArrayList - Displays active modules
  • ArmorHUD - Shows armor status and durability
  • PotionHUD - Displays active potion effects
  • KeyStrokes - Visualizes pressed keys with CPS counter
  • TargetHUD - Shows information about targeted entities
  • FPSDisplay - Real-time FPS counter
  • Sprint - Automatic sprinting
  • NoClickDelay - Removes click delay
  • And more...

Installation

  1. Prerequisites:

  2. Installation Steps:

    # Clone the repository
    git clone https://github.com/Archjh/ArchLibman.git
    
    # Build the project (requires JDK 17+)
    ./gradlew build