Welcome to the Penguin Mod project! This is a Minecraft mod developed using the Fabric API, introducing penguins and related content into the game.
- 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
.jarfile:
- Download the
.jarfile from one of the provided links (Modrinth or CurseForge). - 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/.
- On Windows, press
- Find or create the
modsfolder inside the.minecraftdirectory. - Move the
.jarfile into themodsfolder. - Launch Minecraft using the Fabric Loader and enjoy your penguins! 🐧🎉
- JDK: 21 or newer
- Gradle
- Clone the repository:
git clone https://github.com/yourusername/penguin-mod.git cd penguin-mod - Build the project:
./gradlew build
- Find the mod
.jarin thebuild/libsdirectory.
If you encounter any bugs or have suggestions, please report them in the Issues section.
Thank you for your interest in Penguin Mod! 🐧


