Animated-Java / animated-java

A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition.
Other
159 stars 26 forks source link

[BUG] Special characters replaced in Animation name #233

Closed boxic closed 2 months ago

boxic commented 2 months ago

Describe the bug after updating, the JSON export changed my special character (was using to pass through animation framerate data) to an underscore - is it important that it be like that? I thought that was the point of the storageSafeName right below it

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Animations'
  2. Rename an animation to 'this|is|a|test'
  3. Export to JSON
  4. The animation name is now 'this_is_a_test'

Expected behavior The name should retain the special characters, snice that's what storageSafeName is for.

Screenshots image image

Desktop (please complete the following information):