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

Add Blockbench integration #167

Closed knokko closed 2 years ago

knokko commented 2 years ago

Currently, the Editor allows uploading custom item models, but this system is rather error-prone. In particular, the texture paths need to be fixed manually, which often requires my support. The most promising model generator seems to be Blockbench, so it would help a lot if Blockbench would have some export format that the Editor can handle automatically.

I don't know yet how I will implement this, but two ideas come to mind:

I might also want to store these 'model textures' separately from the regular textures.

Also, even though this is not strictly related to this ticket, I might want to handle default models with a custom parent. Currently, there is this dirty 'Change to default model with given parent' function, which is not really nice.