- fixed an issue that could occur when saving block entity data
- added config to retain quality for recipes whose output is a seed (to avoid having to add all of them to the retain quality config)
- added some entries to default quality block tag + configs
- adjustment / fix to particles (which appear when cooking block has stored quality)
- miners delight copper cooking pot support
- added config to retain quality for recipes whose output is a seed (to avoid having to add all of them to the retain quality config)
- added some entries to default quality block tag + configs
- adjustment / fix to particles (which appear when cooking block has stored quality)
- changed how cooking works
- the lowest quality level of the ingredient is now picked as the base quality of the result
- the stored bonus (from cooking quality ingredients) will still have an effect by providing a chance to upgrade the quality
- (cooking 30x gold raw meat = 30x gold cooked meat + chance to uprade to diamond)
- (cooking 25x gold raw meat + 5x iron raw meat = 30x iron raw meat + chance to upgrade to gold or diamond)
- fixed hoppers not working with furnaces
- slight change how the effect tooltip handling is done (includes icons now)
- (the tooltip changes can still be disabled through the client config)
- changed how cooking works
- the lowest quality level of the ingredient is now picked as the base quality of the result
- the stored bonus (from cooking quality ingredients) will still have an effect by providing a chance to upgrade the quality
- fixed hoppers not working with furnaces
- slight chance how the effect tooltip handling is done (includes icons now)
- (the tooltip changes can still be disabled through the client config)
WARNING: this will remove quality from currently placed blocks
switched from block state to level data to store quality
- this allows users to add support for blocks which do not retain quality when placed, by adding them to the
quality_food:quality_blocks
block tag - this is also more compatible in terms of retaining quality when being re-planted etc.
added support for collectorsreap
added more entries to the default config