knokko / custom-items-gradle

Knokko's Custom Items: Add custom items to your server, completely free of charge
MIT License
15 stars 3 forks source link

Can't change the alias of a wand #124

Closed knokko closed 3 years ago

knokko commented 3 years ago

During the serialization refactoring, I noticed that it's not possible to change the alias of a wand: it is always the same as the name after saving. This is due to a stupid mistake in its export method (it saves the name twice instead of saving the name and alias both once).