Skip to content

Configuration

FROSTYTRIX edited this page May 28, 2026 · 2 revisions

Configuration

Customize your fletching experience. Fletcher's Trestle provides several options to balance difficulty and visual preference.

🛠️ Configuration Files

  • Client Settings: config/fletcherstrestle-client.toml
  • Server Settings: config/fletcherstrestle-server.toml

Client (local UI only)

  • Quiver HUD Position (quiver_hud_x, quiver_hud_y) — adjust the X and Y coordinates of the Quiver ammo overlay on your screen.

Server (synced & locked to server)

Tuning minigame difficulty

  • cursor_speed (default 0.02) — speed of the cursor.
  • punish_multiplier (default 3.0) — penalty multiplier for missing the sweet spot.
  • minimum_score (default 0.2) — minimum quality score on a total miss.

Eagles

  • natural_spawning (default false in 2.0.0) — master toggle for natural eagle spawning (mountain-biome spawn pool + nest worldgen feature). Disabled by default while the eagle model is WIP. The spawn-egg item works regardless.
[eagles]
  natural_spawning = true

See Eagles for the full system the toggle gates.

Clone this wiki locally