What's new
- Drawing overlays from Python —
talos.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 sameidreplaces 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.jsonlicense 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/