Skip to content

[Minecraft Mod] A Library that Brings the 'Add Recipe(Data)' Function to Fabric.

Notifications You must be signed in to change notification settings

HO-Artisan/RecipeInProgramming

Repository files navigation

RecipeInProgramming Icon

Recipe in Programming

A Library that Brings the Add Recipe(Data) Function to Fabric, Enabling You to Register Recipes by Events, Making Some JSON-Can't-Do Magic.

Note

Quilt is unsupported since these functions are natively included in the Quilt Standard Libraries. You can regard Recipe in Programming as a port of the QSL Recipe API to Fabric.

Use In Your Project

repositories {
    maven { url "https://jitpack.io" }
}

dependencies {
    modImplementation "com.github.HO-Artisan:RecipeInProgramming:Tag"
}

Features

Now Support:

  • Shaped Crafting;
  • Shapeless Crafting;
  • Smelting Recipe;
  • Cutting Recipe;
  • Smithing Recipe;
  • Any of the recipes that use json!

How to use it: Quilt Recipe API Wiki

About

[Minecraft Mod] A Library that Brings the 'Add Recipe(Data)' Function to Fabric.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages