Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite authored Oct 3, 2023
1 parent 09cc072 commit 7913282
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,26 @@

<img height="200" width="200" src="./icon/400x400-icon.png" alt="RecipeInProgramming Icon"/>

# RecipeInProgramming
# Recipe in Programming

A Lib mod, Take the add Recipe(Data) function to fabric event, so you can use the event to register recipes, and make some JSON can't do contents(Infinity Recipes).
###### 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.

Un-support Quilt, Because Quilt was added this feature, I port it to Fabric.
> [!NOTE]
> Quilt is unsupported since these functions are natively included in the [**Quilt Standard Libraries.**](https://github.com/QuiltMC/quilt-standard-libraries) You can regard **Recipe in Programming** as a port of the **QSL Recipe API** to Fabric.
</div>
</center>

## Use in your project
We use jitpack maven (Temporary)
## Use In Your Project

```groovy
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
modImplementation "com.github.HO-Artisan:RecipeInProgramming:Tag"
}
```

## Features
Expand All @@ -37,4 +35,4 @@ Now Support:
- Smithing Recipe;
- Any of the recipes that use json!

How to use it: [Quilt Recipe API Wiki](https://modder.wiki.quiltmc.org/versions/1.19/data/recipes/recipe_api/)
How to use it: [Quilt Recipe API Wiki](https://modder.wiki.quiltmc.org/versions/1.19/data/recipes/recipe_api/)

0 comments on commit 7913282

Please sign in to comment.