Mineuniverse
Log in Register
Mods

Recipe Improver

This mods allows you to remove recipes and have smelting recipes output an item count.
by antlilja
Download Claim this project
1,035 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Miscellaneous
Recipe Improver Mod
 
This mods allows you to remove recipes and have smelting recipes output an item count.
You use this mod through datapacks.
 
Usage:
  • To remove vanilla recipes you create a recipe json file in the minecraft namespace. The file has to have the same name as the vanilla recipe file and be a valid recipe file with a result value of "minecraft:air".
  • To add smelting, blasting or cooking recipes that output multiple items you create a "count" field with the desired value in the recipe file.
 
Examples:
Removing iron ingot recipe from furnace:
File: datapackname/data/minecraft/recipes/iron_ingot.json
{
    "type": "minecraft:smelting",
    "ingredient": { "item": "minecraft:iron_ore" },
    "result": "minecraft:air"
}

 

Adding double iron ingot output from blast furnace in 1.17:
File: datapackname/data/minecraft/recipes/iron_ingot_from_blasting_iron_ore.json
{
    "type": "minecraft:blasting",
    "ingredient": { "item": "minecraft:iron_ore" },
    "result": "minecraft:iron_ingot",
    "count": 2
}

 

Adding double iron ingot output from blast furnace in 1.16.x:
File: datapackname/data/minecraft/recipes/iron_ingot_from_blasting.json
{
    "type": "minecraft:blasting",
    "ingredient": { "item": "minecraft:iron_ore" },
    "result": "minecraft:iron_ingot",
    "count": 2
}

 

recipeimprover-1.18-1.2.0.jar
MC Fabric, 1.18
Release 2021-12-08 Get
recipeimprover-1.16-snapshots-1.0.1.jar
MC 1.16-Snapshot, Fabric
Alpha 2020-04-29 Get

More from antlilja

Mob farm nerfer
6,388

You Might Also Like

LoadingTips
A mod that adds custom tips to the loading screen
999,218
Sampler
Performance oriented debugging/administration tools
998,926
VulkanMod
Vulkan renderer mod for Minecraft.
997,115
Charm Fixer
Disables some modules on charm to fix incompatbility issues with owo
996,251
Trading station
Basic items to item trading machines
99,755
NarrateBookForMe [FABRIC]
Adds a narration keybind, and two GUI buttons to the book screen. Text-to-speech (tts) / narration on the go! Client sided.
99,734