A dictionary of feature flags and their status. It can be used to adjust prototypes based on whether the feature flags are enabled. It is accessible through the global object named feature_flags.
feature_flags
-- 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