A Fabric mod template for Minecraft 26.1.2.
- Minecraft 26.1.2
- Fabric Loader
- Fabric API
- Java 25
- Click Use this template on GitHub
- Clone your new repository
- Edit
gradle.propertieswith your mod details - Run
./gradlew build
./gradlew buildOutput will be in build/libs/.
src/
├── main/ # Common (server + client) code
└── client/ # Client-only code
See LICENSE.