Title: remove-productivity-cap crashes on post-processing loop when hitting unpopulated item/recipe property treesCrash Analysis:The mod runs a deep scanning loop across all registered crafting recipes to find and unlock their productivity limitation caps (allowing productivity modules to be used on advanced and modded recipes).While executing its global override loop, the script encounters the incomplete "quarry-tungsten-ore" prototype. Because this recipe failed to populate its mandatory layout keys (ROOT.recipe.quarry-tungsten-ore missing the visual reference property tree), the mod's mathematical formula attempts to read database values from an unpopulated table branch, resulting in a fatal index error. Please ensure the override loop gracefully skips or handles malformed recipe tables during data-final-fixes.