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.20.1 - 2.2.0

  • R
  • Feb 6, 2025
  • 380.76 KB
  • 6.2K
  • 1.20.1+1
  • Forge + 1

File Name

quality_food-1.20.1-2.2.0-all.jar

Supported Versions

  • 1.20.1
  • 1.20

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:quality-food-973932:6164640")

NeoForge

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

Learn more about Curse Maven

Adjusted crafting / crop drop quality chance Qualities now have a min. weight and a weight field (config)

Each quality gets rolled using these weights Example with default values:

iron: 0 / 1 gold: 1 / 2 diamond: 1.75 / 3

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)


Since crops only have 1 quality to work with there are also two configs for seed and crop drops (a multiplier to the chance), in case you want to reduce the chance of quality seeds dropping (per quality)


Fixes:

  • sophisticated storage compat
  • create crushing wheel
  • create harvester