Skip to content

Talos v1.2.0

Latest

Choose a tag to compare

@sheepishlyroyal sheepishlyroyal released this 17 Jul 12:27

What's new

  • Drawing overlays from Pythontalos.draw_box(a, b=None, ...), talos.draw_line(a, b, ...), talos.draw_clear(id=None): client-only world wireframes (single block cell or corner-pair boxes, line segments). Named/hex/int colors; re-drawing the same id replaces the shape in place (the animation pattern). Limits: 512 live overlays per script, ≤1 h lifetime, auto-cleared when the script stops.
  • MIT license adopted (LICENSE + fabric.mod.json license field).
  • Repo/docs polish: repositioned README, comparison table, roadmap, issue/PR templates, in-game verification checklist (examples/checklist.py).

Install: drop the jar matching your Minecraft version into .minecraft/mods/ alongside Fabric API.
Docs: https://sheepishlyroyal.github.io/talos/