Hello everyone, I want to add custom armor through kubejs, I found this code for this:
// If you want a custom item model, you can create one in Blockbench and put it in kubejs/assets/kubejs/models/item/test_item.json
event.create('test_item')```
I wrote a script and added an item to the game, but I didn’t understand how to add a model, according to the comment, I realized that it was possible to export the model to Blockbench, I did it, but the model didn’t load, like its texture, can you tell me how to add armor and weapons from Blockbench via kubejs?