Skip to content

Talos v1.1.0

Choose a tag to compare

@sheepishlyroyal sheepishlyroyal released this 17 Jul 10:44

What's new

  • talos.sim — run your own simulations (animal AI, custom pathfinding, anything tick-driven) with hard safety limits: 16-sim cap, per-step budget with auto-throttle, 5-error circuit breaker, seeded per-sim RNG. /talos example sim
  • Tunable humanisation — global intensity dial (/talos human intensity 0..3) plus 11 per-knob overrides (/talos human set, talos.tune(...)), trajectory-family selection, all clamped safe and persisted.
  • Custom command suggestions@talos.command(name, suggest=[...]) adds per-position chat tab-completion.
  • Python stdlib guaranteedimport random & friends covered by a sandbox unit test. /talos example stdlib
  • New examples: sim, pygoto, stdlib.

Install: drop the jar matching your Minecraft version into .minecraft/mods/ alongside Fabric API. Docs in the repo (docs/, README, skill/SKILL.md).