ComputerCraft

Computers, Programming and Robotics in Minecraft

File Details

ComputerCraft 1.76

  • R
  • Dec 24, 2015
  • 1.45 MB
  • 50.2K
  • 1.8

File Name

ComputerCraft1.76.jar

Supported Versions

  • 1.8
  • Ported to Minecraft 1.8
  • Added Ender Modems for cross-dimensional communication
  • Fixed handling of 8-bit characters. All the characters in the ISO 8859-1 codepage can now be displayed
  • Added some extra graphical characters in the unused character positions, including a suite of characters for Teletext style drawing
  • Added support for the new commands in Minecraft 1.8 to the Command Computer
  • The return values of turtle.inspect() and commands.getBlockInfo() now include blockstate information
  • Added commands.getBlockInfos() function for Command Computers
  • Added new “peripherals” program
  • Replaced the “_CC_VERSION” and “_MC_VERSION” constants with a new “_HOST” constant
  • Shortened the length of time that “Ctrl+T”, “Ctrl+S” and “Ctrl+R” must be held down to terminate, shutdown or reboot the computer
  • textutils.serialiseJSON() now takes an optional parameter allowing it to produce JSON text with unquoted object keys. This is used by all autogenerated methods in the “commands” api except for “title” and “tellraw”
  • Fixed many bugs

See http://www.computercraft.info for more information on this update!