Mod Recipes

A mod simple to modify recipes

File Details

modrecipe-neoforge-1.0.6.jar

  • R
  • Jun 24, 2026
  • 49.10 KB
  • 61
  • 1.21.1
  • NeoForge

File Name

modrecipe-neoforge-1.0.6.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:mod-recipes-1585059:8310320"

Learn more about Curse Maven



CHANGELOG v1.0.6
-----------------------
Improvements and Fixes

Fixed saving for large recipes: 5x5, 7x7, and 9x9 recipes were being saved as 3x3; the system now correctly identifies the size during the saving process.

Fixed Find Recipe: When clicking Find Recipe to edit an existing recipe, it would open in the wrong grid size; it now opens with the correct dimensions.

Fixed duplicate names: The mod was generating different identifiers for the same recipe every time it was saved, leading to duplicates; naming is now consistent.

Fixed disappearing recipes upon world reload: This was the major issue where, after a change in the file naming format, legacy files were left in the folder; the mod was reading both new and old files, causing old data to overwrite new data; the mod now automatically cleans up these legacy files.