Skip to content

Releases: neumond/python-computer-craft

Upgrade to fresh MC & CC:T

Choose a tag to compare

@neumond neumond released this 12 Jun 17:45

Added some tests
Reworked wire protocol (you probably would need to wget py script)
Experimental support for opencomputers (raw TCP socket transport on different port, 8001 by default)

Goodbye async/awaits!

Choose a tag to compare

@neumond neumond released this 13 Jul 03:21

This release includes:

  • Rewrite to greenlets (no more awaits)
  • Possibility to run/import in-game .py files
  • Interactive python REPL in minecraft
  • Modules instead global api object for CC calls

Upgrade to CC:Tweaked

Choose a tag to compare

@neumond neumond released this 03 Jul 21:54

APIs have been updated and thoroughly tested against mc 1.15.2 and cct 1.89.2

First release

Choose a tag to compare

@neumond neumond released this 04 Dec 02:32

It works.