Programmatic Recipes

From MWP Wiki

Programmatic Recipes is a 1.14.4 mod for Fabric.

Programmatic Recipes
Name Programmatic Recipes
Categories API and Library
Author biom4st3r1
Latest version v0.1.0 (for Minecraft 1.14.4)
Mod Loader Fabric
Links
CurseForge project

A mod allows for adding recipes using code. For those that aren't a fan of using JSON but instead another method.

<img src="https://jitpack.io/v/com.gitlab.biom4st3r/programmatic-recipes.svg" alt="" width="73" height="20" />

<a href="https://jitpack.io/#com.gitlab.biom4st3r/programmatic-recipes" target="_blank" rel="noopener noreferrer">Jitpack</a>


Ever needed to add 100 new recipes for your mod?


Do you hate jsons as much as I do?


Well your in luck! With programmatic recipes you to can add recipes from the comfort from your own for(;true;){}


Example implementation available in the ModInit.java