A tiny addon for Create + Quality Food that makes Create harvester drops inherit Quality Food quality - including harvesters on minecart contraptions.
THE PROBLEM Create's harvester collects drops through a path that never touches Block.popResource, so Quality Food's fallback can't apply quality to harvester drops - the loot modifier doesn't fire on this path either. Result: manual harvesting yields quality items, the harvester does not.
WHAT IT DOES
- Wraps the harvester's drop consumer and applies Quality Food quality right at the exit point
- Crops with a stored block quality (e.g. grown from quality seeds): drops inherit that quality directly
- Crops without block quality: natural-quality roll, same chances as manual harvesting
- Existing item quality is never overwritten
- Only active when both Create and Quality Food are loaded - no config needed
COMPATIBILITY
- Forge 1.20.1, Create 6.0.x, Quality Food 2.3.x / 2.4.x (tested with Quality Food 2.3.0)
- 1.21.x NeoForge port planned
LINKS GitHub: https://github.com/tzhnahida/harvester-quality-fix License: MIT

