Take Care is a client-side Fabric mod that runs as a Meteor Client addon. Before you can use it, you need three things in place: a working Minecraft installation, Fabric Loader to load Fabric mods, and Meteor Client itself. Once those prerequisites are met, installing Take Care is a straightforward copy-and-launch process — no build tools or configuration files required.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/qualk/take-care/llms.txt
Use this file to discover all available pages before exploring further.
Version compatibility
| Component | Required version |
|---|---|
| Minecraft | 26.1.2 |
| Fabric Loader | 0.19.3 |
| Meteor Client | 26.1.2-SNAPSHOT |
| JDK | 25 |
Installation steps
Install Fabric Loader
Download and run the Fabric Loader installer from fabricmc.net/use/installer. Select your Minecraft version 26.1.2 and Fabric Loader version 0.19.3, then click Install. The installer will create a new Fabric launch profile in the vanilla Minecraft launcher automatically.
Install Meteor Client
Download the Meteor Client JAR for Minecraft 26.1.2 from meteorclient.com. Place the downloaded
meteor-client-*.jar file into the mods/ folder inside your Minecraft game directory. If the mods/ folder does not exist yet, create it.Download the Take Care JAR
Grab the latest Take Care JAR from the snapshot release page on GitHub. The dev build is published automatically on every push to the repository. Download the
takecare-*.jar file from the release assets.Place the JAR in your mods folder
Move the downloaded
takecare-*.jar into the same mods/ folder that already contains meteor-client-*.jar. Both files must sit directly inside mods/ — do not place them in any subfolder.The JAR available on the snapshot release page is a pre-release dev build. It is built and published automatically by GitHub Actions on every push to the repository, so it always reflects the latest committed changes. As a pre-release, it may occasionally contain work-in-progress features or minor bugs.