Your First Profile
A profile in Shard is a complete Minecraft setup: a version, optional mod loader, and your selected mods, resource packs, and shaders.
Creating a Profile
-
Click the + button in the sidebar or use the keyboard shortcut
Cmd+N -
Enter a name for your profile (e.g., “Survival World”)
-
Select a Minecraft version
-
Optionally, choose a mod loader:
- Vanilla - No mods, just Minecraft
- Fabric - Lightweight, fast-loading mods
- Forge - Traditional mod ecosystem
- NeoForge - Modern Forge fork
-
Click Create Profile
Adding Mods
- Select your profile from the sidebar
- Click the Store tab to browse mods
- Search for a mod by name (e.g., “Sodium”)
- Click Install to add it to your profile
Shard automatically:
- Downloads the correct version for your Minecraft version and loader
- Handles dependencies (e.g., Fabric API for Fabric mods)
- Stores the mod in the content-addressed store for deduplication
Launching
- Make sure you have an account added (see Managing Accounts)
- Click the Play button in the profile header
- Shard will:
- Download any missing game files
- Materialize your instance directory
- Launch Minecraft with your profile’s mods and settings
Profile Templates
Shard includes templates for common setups:
- Fabric + Performance - Sodium, Lithium, and other performance mods
- Fabric + Shaders - Iris Shaders with Sodium
- Vanilla - Clean Minecraft, no mods
Use templates as a starting point and customize from there.
CLI Alternative
You can also create profiles from the command line:
# Create a vanilla profile
shard profile create "My Profile" --version 1.21.4
# Create a Fabric profile
shard profile create "Modded" --version 1.21.4 --loader fabricSee the CLI Reference for more commands.
Last updated on