Mineuniverse
Log in Register
Mods

SimpleRecipeInjector

SimpleRecipeInjector is a mod that lets you add or remove recipes with JSON files, without building a full data pack.
by The_Lemon_Juiced
Download Claim this project
32 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Addons API and Library Server Utility

SimpleRecipeInjector

SimpleRecipeInjector is a mod that lets you add or remove recipes with JSON files, without building a full data pack.

How It Works

  • Add recipe JSON files to srinj_recipes/additions in your Minecraft game directory.
  • Add removal JSON files to srinj_recipes/removals to remove existing recipes.
  • On server startup, the mod reads both folders and updates the recipe manager.

Folder Structure

Create these folders in the root of your Minecraft directory if they do not already exist:

  • srinj_recipes/additions
  • srinj_recipes/removals

Formats

Additions

Additions use normal Minecraft recipe JSON files. File paths are namespaced and converted to recipe IDs:

  • srinj_recipes/additions/<namespace>/<path>.json -> <namespace>:<path>
  • Example: srinj_recipes/additions/minecraft/iron_ingot_from_nuggets.json -> minecraft:iron_ingot_from_nuggets

Removals

Removals are JSON files containing a recipes array of recipe IDs.

{
  "recipes": [
    "minecraft:example_recipe_to_remove_0",
    "minecraft:example_recipe_to_remove_1"
  ]
}

For certain mods, depending on how their recipe folder is structured, you may have to specify the recipe ID with its whole path instead of just the recipe name.

{
  "recipes": [
    "modid:crafting/subfolder/recipe_to_remove"
  ]
}

Example Layout

srinj_recipes/
  additions/
    minecraft/
      iron_ingot_from_nuggets.json
  removals/
    early_game_balance.json

Credits

This mod is heavily inspired by:

This mod differs by being much more lightweight and focused on staying available on the most recent Minecraft versions.

srinj-26.1.2-1.0.0.jar
MC NeoForge, 26.1.2
Release 2026-06-01 Get

More from The_Lemon_Juiced

Project Yellow (Discontinued)
984
Better Bronze (Discontinued)
9,289
Scalar Utils 5 (Discontinued)
8,769
Black Lotus (Discontinued)
767
Better Steel (Discontinued)
7,591
Scalar Utils 6
683

You Might Also Like

SI: Scriptified [DISCONTINUED]
DISCONTINUED
99,868
FTB Quests Entity Visualization
Adds entity visualization to FTB Quests
99,525
JEI / REI WorldGen
JEI/REI Addon for World Gen Information with universal compatibility for all mods ores by utilizing biome generation data
99,419
Pixel Blocks
Pokemon Lucky Block! When mining the pixel block a random pokemon spawns.
9,988
TFC Bonsai
Add TFC Trees to bonsai pots
9,988
Laser Eyes
A "laser eyes" addon for the Viltrumite mod.
9,968