diff --git a/src/systems/datapackCompiler/1.20.4/animation.mcb b/src/systems/datapackCompiler/1.20.4/animation.mcb index d55df97e..2ecf6a9a 100644 --- a/src/systems/datapackCompiler/1.20.4/animation.mcb +++ b/src/systems/datapackCompiler/1.20.4/animation.mcb @@ -122,7 +122,7 @@ dir <%export_namespace%> { function on_load { IF (use_storage_for_animation) { REPEAT (animations) as animation { - data remove storage aj.<%export_namespace%>:animations <%animation.storageSafeName%> + data remove storage aj.<%export_namespace%>:animations <%animation.safe_name%> } <%animationStorage.join('\n')%> } diff --git a/src/systems/datapackCompiler/1.20.5/animation.mcb b/src/systems/datapackCompiler/1.20.5/animation.mcb index b3acee2c..bfd53d97 100644 --- a/src/systems/datapackCompiler/1.20.5/animation.mcb +++ b/src/systems/datapackCompiler/1.20.5/animation.mcb @@ -122,7 +122,7 @@ dir <%export_namespace%> { function on_load { IF (use_storage_for_animation) { REPEAT (animations) as animation { - data remove storage aj.<%export_namespace%>:animations <%animation.storageSafeName%> + data remove storage aj.<%export_namespace%>:animations <%animation.safe_name%> } <%animationStorage.join('\n')%> } diff --git a/src/systems/datapackCompiler/1.21.2/animation.mcb b/src/systems/datapackCompiler/1.21.2/animation.mcb index 81ecc497..0bd22d74 100644 --- a/src/systems/datapackCompiler/1.21.2/animation.mcb +++ b/src/systems/datapackCompiler/1.21.2/animation.mcb @@ -122,7 +122,7 @@ dir <%export_namespace%> { function on_load { IF (use_storage_for_animation) { REPEAT (animations) as animation { - data remove storage aj.<%export_namespace%>:animations <%animation.storageSafeName%> + data remove storage aj.<%export_namespace%>:animations <%animation.safe_name%> } <%animationStorage.join('\n')%> } diff --git a/src/systems/datapackCompiler/1.21.4/animation.mcb b/src/systems/datapackCompiler/1.21.4/animation.mcb index 923caeb6..34c14391 100644 --- a/src/systems/datapackCompiler/1.21.4/animation.mcb +++ b/src/systems/datapackCompiler/1.21.4/animation.mcb @@ -122,7 +122,7 @@ dir <%export_namespace%> { function on_load { IF (use_storage_for_animation) { REPEAT (animations) as animation { - data remove storage aj.<%export_namespace%>:animations <%animation.storageSafeName%> + data remove storage aj.<%export_namespace%>:animations <%animation.safe_name%> } <%animationStorage.join('\n')%> }