#custom armor

9 messages · Page 1 of 1 (latest)

glad briar
#

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?
violet harborBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

junior spire
#

You cannot do 3d models for armor, only textures

#

3d models require special custom armor renderers that vanilla doesn't have

#

Items can have models, armors cannot

#

Armors are not items

glad briar
#

Then why is this in an article on kubejs?

subtle latchBOT
#

[Quote ➤](#archived-support-1-18 message) Hey, I wanted to ask where the texture for the custom armor model goes in the assets folder? (Im using 1.18.2 Forge)

glad briar
#

Question closed, found how to do it