custom item textures

i simply cannot figure it out, i watched many tutorials, experimented with templates i found but i cannot get that working if anyone knows about tools, generators, plugins or guides on setting that up?
No description
11 Replies
DJDVS
DJDVS2mo ago
Plugins like ItemsAdder and Nexo are good for getting them into mc and making them functional. However those are paid plugins, if your buying one, i would vouch for itemsadder over nexo because IA allows alot more like custom liquids and such but Nexo is also good for simplicity.
Going
Going2mo ago
The vanilla way to do this is to add a custom_model_data tag to the items and use that same tag in a resource pack to refer to those items.
! Sullens :3
! Sullens :3OP2mo ago
okay but how
Going
Going2mo ago
How are you going to distribute the items?
! Sullens :3
! Sullens :3OP2mo ago
you mean with what plugin? itemjoin and zmenu
Going
Going2mo ago
idk if item join supports adding nbt data. Basically you gotta add a nbt tag to whatever item similar to "minecraft:custom_model_data":{floats: [1000.0f]} Then you need to make a resource pack (idk how to do that to be clear) which has the model data in it and references this custom model data number. The number is whatever number you choose and it should be different per texture.
! Sullens :3
! Sullens :3OP2mo ago
No description
No description
! Sullens :3
! Sullens :3OP2mo ago
that may work
Going
Going2mo ago
yep that looks correct
! Sullens :3
! Sullens :3OP2mo ago
any tutorial that you know of to make a texture pack for that?
Going
Going2mo ago
Minecraft Wiki
Tutorial:Creating a resource pack
Resource packs allow users to include files that can modify or add custom textures, models, animations, music, sounds, user interfaces, and languages that change the way some things in Minecraft behave or look.

Did you find this page helpful?