A dictionary of feature flags and their status. It can be used to adjust prototypes based on whether the feature flags are enabled.
-- sets coal to spoil only when the spoiling feature flag is enabled if feature_flags["spoiling"] then data.raw.item.coal.spoil_ticks = 600 end