Skip to content

A Gradle settings plugin that preconfigures projects for the Recrafter ecosystem. New recipe unlocked!

License

Notifications You must be signed in to change notification settings

Recrafter/recipe

Repository files navigation

Recipe

A Gradle settings plugin that preconfigures projects for the Recrafter ecosystem. New recipe unlocked!

Github Pages License: MIT


Overview

The Recipe plugin provides a unified way to configure Gradle settings and automatically prepare complex workspaces.
It handles essential project bootstrapping tasks such as:

  • Including mod projects automatically based on the detected structure
  • Registering Maven repositories for supported mod loaders (Forge, Fabric, NeoForge, etc.)
  • Preparing project metadata and ensuring compatibility between modules
  • Integrating seamlessly with the Crafter build plugin and other Recrafter utilities

Example Usage

plugins {
    id("io.github.recrafter.recipe") version "<version>"
}

Once applied, Recipe scans and configures your workspace automatically — registering required repositories, including mod subprojects, and setting up consistent project metadata.


License

This project is licensed under the MIT License.

About

A Gradle settings plugin that preconfigures projects for the Recrafter ecosystem. New recipe unlocked!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages