Skip to content

AppleDash/PegaMod

Repository files navigation

PegaMod

A Minecraft Fabric mod designed to provide essential utilities for players of CTM (Complete The Monument) maps and other custom Minecraft maps.

About

PegaMod is a client-side utility mod that enhances the gameplay experience for custom map players.

Is it cheating?

I don't think so. All of the features added are time-savers that don't give you any advantage you couldn't gain by simply grinding more.

Features

Auto Farm

  • Key Binding: ; (Semicolon)
  • Automatically plants seeds, carrots, and potatoes on farmland when you look at it.
  • Automatically applies bone meal to fully grow the crops.
  • Automatically harvests fully grown crops.

Spawn Spots

  • Key Binding: F7
  • Visualizes potential mob spawning locations around the player.
  • Shows red crosses on blocks where mobs can spawn (low light level areas.)

Inventory Sorter

  • Adds a button to inventory screens that automatically organizes inventory items.
  • Supports player inventory, single chests, and double chests.

HUD Display

  • Shows current FPS counter.
  • Displays active mod status with color-coded indicators.
  • Death timer showing time until item loss (5-minute countdown.)
  • Fire damage indicator showing remaining fire ticks.

Supported Versions

PegaMod supports multiple Minecraft versions through separate implementation modules:

  • Minecraft Beta 1.7.3 - Common version for playing classic maps in their originally-intended form.
  • Minecraft 1.2.5 - Common version for playing older maps.
  • Minecraft 1.5.2 - Common version for playing somewhat newer maps.

Each version has its own implementation that handles the specific mappings and API differences of that Minecraft version.

Installation

  1. Download the appropriate version for your Minecraft version
  2. Install Fabric Loader for your Minecraft version
  3. Place the mod JAR file in your mods folder
  4. Launch Minecraft with Fabric

Usage

  • Press ; to toggle Auto Farm on/off
  • Press F7 to toggle Spawn Spots visualization on/off
  • The HUD will display active mods and game information
  • Inventory sorting buttons are shown when accessing containers

Development

PegaMod uses a bridge architecture to maintain compatibility across different Minecraft versions:

  • Bridge: Defines interfaces for cross-version compatibility
  • Implementation: Version-specific implementations using Mixin
  • Core: Main mod logic that works across all versions

License

This mod is provided under the MIT license.

Contributing

Contributions are welcome! Please ensure compatibility with the bridge architecture when adding new features.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages