GULPER TEXTURE GUIDE
====================
Canvas size: 64 × 128 px

Each cube face is laid out as [Right, Front, Left, Back] × [Top, Bottom] in standard MC UV order.

UV REGIONS (all in pixels, top-left origin):
─────────────────────────────────────────────
HEAD (11×11×11)  →  uv(0, 0)
  Top:      (11,0)→(22,11)
  Bottom:   (22,0)→(33,11)
  Right:    (0,11)→(11,22)
  Front:    (11,11)→(22,22)   ← main face — wide jaw, hollow black mouth slit
  Left:     (22,11)→(33,22)
  Back:     (33,11)→(44,22)

NECK (4×6×4)  →  uv(0, 12)
  (small block, just make it the same dark skin tone)

TORSO (14×28×8)  →  uv(0, 18)
  Top:      (8,18)→(22,26)
  Bottom:   (22,18)→(36,26)
  Right:    (0,26)→(8,54)
  Front:    (8,26)→(22,54)    ← main face — ribcage lines, dark wet texture
  Left:     (22,26)→(30,54)
  Back:     (30,26)→(44,54)

RIGHT UPPER ARM (4×10×4)  →  uv(0, 46)  [note: overlaps torso bottom — use uv(44,18)]
  (use uv(44, 18) to avoid overlap)

RIGHT LOWER ARM (3×9×3)  →  uv(16, 46)  [use uv(44, 36)]

LEFT UPPER ARM  →  uv(0, 66)   [use uv(52, 18)]
LEFT LOWER ARM  →  uv(16, 66)  [use uv(52, 36)]

RIGHT UPPER LEG (5×14×5)  →  uv(0, 86)
RIGHT LOWER LEG (4×14×4)  →  uv(20, 86)
LEFT UPPER LEG   →  uv(0, 100)
LEFT LOWER LEG   →  uv(20, 100)

─────────────────────────────────────────────
RECOMMENDED COLOUR PALETTE (scary dark cave creature):
  Base skin:    #1a0f0a  (near-black dark brownish)
  Mid tone:     #2e1a10  (dark brown)
  Highlight:    #4a2c1c  (lighter brown for muscle definition)
  Mouth/inside: #0d0000  (deep black-red)
  Teeth:        #d4c49a  (dull bone yellow)
  Eyes:         #ff2200  (solid glowing red — no pupils)
  Wet sheen:    #3d2820  (slightly lighter patches on torso for wet/slimy look)

SCARY DETAILS TO PAINT:
  • Head: large mouth taking up the bottom 40% of the front face.
    Two rows of jagged bone-coloured teeth. Deep black throat.
    No nose. Two small red glowing eyes at the top of the face, close together.
  • Torso: subtle ribcage lines on the front. Slight purple/dark-red blotches
    suggesting bruising or internal anatomy showing through thin skin.
  • Arms: knuckle bumps painted on lower arm faces.
  • Legs: knee joints slightly lighter to suggest bone pressing against skin.

SOUND FILE:
  Place your scream .ogg at:
  src/main/resources/assets/horrormod/sounds/gulper_scream.ogg
