Skip to content

Latest commit

Β 

History

History
68 lines (52 loc) Β· 2.25 KB

File metadata and controls

68 lines (52 loc) Β· 2.25 KB

Penguin Mod - Java Fabric API Project

Welcome to the Penguin Mod project! This is a Minecraft mod developed using the Fabric API, introducing penguins and related content into the game.

πŸ’» Getting Started

Prerequisites

  • Minecraft : v1.21.1
  • Fabric API
  • Fabric Loader : 0.16.9 or higher Here's how you can update your README file to include steps on where to place the .jar file:

πŸ“‚ Installing the Mod

  1. Download the .jar file from one of the provided links (Modrinth or CurseForge).
  2. Locate your Minecraft directory:
    • On Windows, press Win + R, type %appdata%\.minecraft, and hit Enter.
    • On Mac, open Finder, press Command + Shift + G, type ~/Library/Application Support/minecraft, and press Enter.
    • On Linux, navigate to ~/.minecraft/.
  3. Find or create the mods folder inside the .minecraft directory.
  4. Move the .jar file into the mods folder.
  5. Launch Minecraft using the Fabric Loader and enjoy your penguins! πŸ§πŸŽ‰

πŸ› οΈ Building from Source

Requirements

  • JDK: 21 or newer
  • Gradle

Steps

  1. Clone the repository:
    git clone https://github.com/yourusername/penguin-mod.git  
    cd penguin-mod  
  2. Build the project:
    ./gradlew build  
  3. Find the mod .jar in the build/libs directory.

Model

Adele_Penguin


Walking Animation

Image


Swimming Animation

Image

πŸ› Issues

If you encounter any bugs or have suggestions, please report them in the Issues section.

Download Links

Thank you for your interest in Penguin Mod! 🐧