My First Bow
Last updated
Was this helpful?
Last updated
Was this helpful?
Remember to decide a resourcepack hosting method before you start. I advise you to use self-host which is easier and faster, but you can also use Dropbox and similar
It is very important to set the textures/models to your bow item correctly, or you will get missing texture.
.png
imagesThe bow animates as you pull it, this allows you to have a single texture for each of these states.
contents/myitems/textures/item/
_0
- First pulling state
_1
- Second pulling state
_2
- Third pulling state
.json
modelscontents/myitems/models/item/
_0
- First pulling state
_1
- Second pulling state
_2
- Third pulling state
Open your models files and update the textures paths. As you can see I updated the namespace.
Move your textures into the correct namespace, in this case myitems
.
contents/myitems/textures/item/