The core library of the Recrafter ecosystem, providing shared logic for supported mod loaders, Minecraft versioning, and common utilities used across all Recrafter projects.
Bedrock serves as a common core for:
- Supported mod loaders — Fabric, Forge, and others
- Minecraft versioning system — version metadata, mappings, and compatibility rules
- Common constants, types, and utilities shared across Recrafter modules
- Core abstractions for project configuration and plugin infrastructure
dependencies {
implementation("io.github.recrafter:bedrock:<version>")
}This project is licensed under the MIT License.