promotional bannermobile promotional banner

Quality Food

This mod adds quality to food and certain food-related material (e.g. crops)

File Details

Quality Food 1.21.1 - 2.3.0

  • R
  • Feb 19, 2026
  • 200.39 KB
  • 93
  • 1.21.1+1
  • NeoForge

File Name

quality_food-1.21.1-2.3.0.jar

Supported Versions

  • 1.21.1
  • 1.21

Curse Maven Snippet

NeoForge

implementation "curse.maven:quality-food-973932:7649239"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added most of the 1.20.1 changes

  • Mod compatibility (e.g. Create)
  • Cooking changes (lowest quality is the base and cooking bonus may upgrade it to a higher quality)
  • New fields for quality definition

Weight

There is now a min_weight and weight field, they behave as following:

iron: 0 / 1 gold: 1 / 2 diamond: 1.75 / 3
(min_weight / weight)

5 ingredients

2 are of gold quality
2 are of diamond quality
1 has no quality
2x2 + 2x3 + 0 -> 10 / 5 = average quality of 2

Rolling for gold: (2 - 1) / (2 - 1) = 1 (100%)

Rolling for diamond: (2 - 1.75) / (3 - 1.75) = 0.2 (20%)

Formula: (average_weight - min_weight) / (weight - min_weight)