Dog Saddlebag Texture Editing Guide
===================================

Files
-----
- entity/wolf/dog_saddlebag.png
  The live texture used by the wolf wearable saddlebag.

- entity/wolf/dog_saddlebag_template.png
  Bright leather template you can edit directly.

- entity/wolf/dog_saddlebag_uv_guide.png
  UV color map showing where each model part reads pixels.

- gui/dog_saddlebag_icons.png
  The live UI icons texture.

- gui/dog_saddlebag_icons_template.png
  Editable icons template.

Wolf Saddlebag UV Regions (64x32)
---------------------------------
- Left bag body:       x=0,  y=0,  w=16, h=10
- Left bag flap:       x=0,  y=11, w=14, h=5
- Right bag body:      x=24, y=0,  w=16, h=10
- Right bag flap:      x=24, y=11, w=14, h=5
- Top strap:           x=0,  y=20, w=24, h=6
- Belly strap front:   x=0,  y=28, w=16, h=2
- Belly strap rear:    x=18, y=28, w=16, h=2
- Center buckle:       x=44, y=20, w=8,  h=3

UI Icons UV Regions (32x16)
---------------------------
- Mouth icon:          x=0,  y=0,  w=16, h=16
- Saddlebag icon:      x=16, y=0,  w=16, h=16

How to apply your edits
-----------------------
1) Edit template files.
2) Copy result into the live files:
   - dog_saddlebag_template.png  -> dog_saddlebag.png
   - dog_saddlebag_icons_template.png -> dog_saddlebag_icons.png
3) Rebuild mod jar.
