knokko / custom-items-gradle

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

Validate texture paths in custom models #214

Closed knokko closed 1 year ago

knokko commented 1 year ago

When users select a custom item model in the Editor, the Editor will parse it, find its texture paths, and ask the user to provide the corresponding textures. Finally, it alters the model such that it looks for the textures in the right location.

Unfortunately, when these texture paths contain forbidden characters like : or uppercase characters, these will be copied to the final model, and eventually be rejected by the minecraft client. The Editor should do some renaming to prevent such issues.

knokko commented 1 year ago

This will be fixed in Custom Items 11.5