Prerequisites
Before installing Sn0w, ensure you have the following:- Minecraft Java Edition 1.21.x
- Fabric Mod Loader installed
- Java Development Kit (JDK) for building from source
- An IDE (IntelliJ IDEA, Eclipse, or VS Code recommended)
Installation Methods
- From Source (Recommended)
- Pre-built Release
Set Up Your Development Environment
Follow the Fabric Wiki setup guide for your specific IDE:
The setup process varies depending on your IDE. Make sure to follow the official Fabric documentation for your specific environment.
Import the Project
Import the Sn0w project into your IDE:For IntelliJ IDEA:
- Open IntelliJ IDEA
- Select “Open” and navigate to the Sn0w directory
- Wait for Gradle to sync and download dependencies
- Open Eclipse
- Select “Import” > “Gradle” > “Existing Gradle Project”
- Navigate to the Sn0w directory and import
Build the Project
Build the client using Gradle:The compiled JAR file will be located in
build/libs/Verify Installation
To verify that Sn0w is installed correctly:- Launch Minecraft with the Fabric profile
- Look for the Sn0w interface in-game
- Press the default menu key (usually Right Shift) to open the client GUI
- Check the console/logs for any error messages
If you encounter issues during installation, check the FAQ or create an issue on the GitHub repository.
Troubleshooting
Common Issues
Client doesn’t load:- Ensure you’re using Minecraft 1.21.x
- Verify Fabric Loader is installed correctly
- Check that the JAR file is in the correct mods folder
- Make sure you have the correct JDK version installed
- Try running
./gradlew clean build - Check that all Gradle dependencies downloaded correctly
- Check for mod conflicts with other installed mods
- Review the crash log in
.minecraft/crash-reports/ - Ensure you have enough RAM allocated to Minecraft
Next Steps
Quick Start Guide
Learn the basics of using Sn0w
Configuration
Configure Sn0w for your playstyle