**Describe the bug** In `<export_namespace>/on_load.mcf` export with “Use Storage for Animation” enabled, the command is missing as screenshot **To Reproduce** Steps to reproduce the behavior: 1. Enable “Use Storage for Animation” 2. Create at least one animation 3. Export (any version) 4. See `data/animated_java/functions/<export_namespace>/on_load.mcf` **Expected behavior** The data remove command for each animation is correctly described. **Screenshots**  **Desktop (please complete the following information):** - OS: Windows_NT x64 10.0.19045 - Version v1.6.0 **Additional context** This problem is caused by the absence of a property `storageSafeName` in `IRenderedAnimation`. https://github.com/Animated-Java/animated-java/blob/4482a541027efc32f2a815e9fe1d2dcff1b0f90a/src/systems/datapackCompiler/1.20.4/animation.mcb#L125