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 I customize the item size? #190

Closed HansOffice closed 1 year ago

HansOffice commented 1 year ago

I want to use this plugin to make a large sword within the game, but it seems that no matter how I do it he will only have the size of a diamond sword, is there any way to achieve the effect I want?

knokko commented 1 year ago

Yes, you need to use a custom item model for this. In particular, you should increase the scale.

HansOffice commented 1 year ago

What is this correspondence called in the editor? I did not find the relevant options, and also custom models support 1.12.2?

knokko commented 1 year ago

When editing a custom item, you should be able to choose the Model below the Texture. You need to select a JSON file, which you should write yourself. See https://minecraft.fandom.com/wiki/Model#Item_models for documentation on how to create it.

knokko commented 1 year ago

Closing this due to inactivity. Feel free to reopen this when needed.