{ // a list of foods and their food values // these values will take precedence over HO's default values "foods": [ { // the name of the item in "mod:name" format "name": "actuallyadditions:item_food", // [optional] the metadata value of the item (default: 0) "meta": 4, // the hunger value of the item (1 hunger = 1/2 hunger bar) "hunger": 7, // the saturation modifier (saturation = hunger * 2 * saturationModifier) "saturationModifier": 0.2 } ] }