CC-Tweaked

Just another ComputerCraft fork

Stars
917
Committers
109

Bot releases are visible (Hide)

CC-Tweaked - [1.15.2] 1.92.0

Published by SquidDev about 4 years ago

New features in CC: Tweaked 1.92.0

  • Bump Cobalt version:
    • Add support for the __pairs metamethod.
    • string.format now uses the __tostring metamethod.
  • Add date-specific MOTDs (MCJack123).

And several bug fixes:

  • Correctly handle tabs within textutils.unserailizeJSON.
  • Fix sheep not dropping items when sheared by turtles.
CC-Tweaked - [1.16.2] 1.91.1

Published by SquidDev about 4 years ago

New features in CC: Tweaked 1.91.1

  • Fix crash when turtles interact with an entity.
CC-Tweaked - [1.16.2] 1.91.0

Published by SquidDev about 4 years ago

New features in CC: Tweaked 1.91.0

  • [Generic peripherals] Expose NBT hashes of items to inventory methods.
  • Bump Cobalt version
    • Optimise handling of string concatenation.
    • Add string.{pack,unpack,packsize} (MCJack123)
  • Update to 1.16.2

And several bug fixes:

  • Escape non-ASCII characters in JSON strings (neumond)
  • Make field names in fs.attributes more consistent (abby)
  • Fix textutils.formatTime correctly handle 12 AM (R93950X)
  • Fix turtles placing buckets multiple times.
CC-Tweaked - [1.15.2] 1.91.0

Published by SquidDev about 4 years ago

New features in CC: Tweaked 1.91.0

  • [Generic peripherals] Expose NBT hashes of items to inventory methods.
  • Bump Cobalt version
    • Optimise handling of string concatenation.
    • Add string.{pack,unpack,packsize} (MCJack123)

And several bug fixes:

  • Escape non-ASCII characters in JSON strings (neumond)
  • Make field names in fs.attributes more consistent (abby)
  • Fix textutils.formatTime correctly handle 12 AM (R93950X)
CC-Tweaked - [1.16.1] 1.90.3

Published by SquidDev about 4 years ago

New features in CC: Tweaked 1.90.3

  • Fix the selected slot indicator missing from the turtle GUI.
  • Ensure we load/save computer data from the world directory, rather than a global one.
CC-Tweaked - [1.16.1] 1.90.2

Published by SquidDev about 4 years ago

New features in CC: Tweaked 1.90.2

  • Fix generic peripherals not being registered outside a dev environment.
  • Fix turtle.attack() failing.
  • Correctly set styles for the output of /computercraft commands.
CC-Tweaked - [1.15.2] 1.90.2

Published by SquidDev about 4 years ago

New features in CC: Tweaked 1.90.2

  • Fix generic peripherals not being registered outside a dev environment.
CC-Tweaked - [1.16.1] 1.90.1

Published by SquidDev over 4 years ago

New features in CC: Tweaked 1.90.1

  • Update to Forge 32.0.69
CC-Tweaked - [1.16.1] 1.90.0

Published by SquidDev over 4 years ago

New features in CC: Tweaked 1.90.0

  • Add cc.image.nft module, for working with nft files. (JakobDev)
  • [experimental] Provide a generic peripheral for any tile entity without an existing one. We currently provide methods for working with inventories, fluid tanks and energy storage. This is disabled by default, and must be turned on in the config.
  • Add configuration to control the sizes of monitors and terminals.
  • Add configuration to control maximum render distance of monitors.
  • Allow getting "detailed" information about an item, using turtle.getItemDetail(slot, true). This will contain the same information that the generic peripheral supplies.

And several bug fixes:

  • Add back config for allowing interacting with command computers.
  • Fix write method missing from printers.
  • Fix dupe bug when killing an entity with a turtle.
  • Correctly supply port in the Host header (neumond).
  • Fix turtle.craft failing when missing an argument.
  • Fix deadlock when mistakenly "watching" an unloaded chunk.
  • Fix full path of files being leaked in some errors.
CC-Tweaked - [1.15.2] 1.90.0

Published by SquidDev over 4 years ago

New features in CC: Tweaked 1.90.0

  • Add cc.image.nft module, for working with nft files. (JakobDev)
  • [experimental] Provide a generic peripheral for any tile entity without an existing one. We currently provide methods for working with inventories, fluid tanks and energy storage. This is disabled by default, and must be turned on in the config.
  • Add configuration to control the sizes of monitors and terminals.
  • Add configuration to control maximum render distance of monitors.
  • Allow getting "detailed" information about an item, using turtle.getItemDetail(slot, true). This will contain the same information that the generic peripheral supplies.

And several bug fixes:

  • Add back config for allowing interacting with command computers.
  • Fix write method missing from printers.
  • Fix dupe bug when killing an entity with a turtle.
  • Correctly supply port in the Host header (neumond).
  • Fix turtle.craft failing when missing an argument.
  • Fix deadlock when mistakenly "watching" an unloaded chunk.
  • Fix full path of files being leaked in some errors.
CC-Tweaked - [1.14.4] 1.89.2

Published by SquidDev over 4 years ago

New features in CC: Tweaked 1.89.2

  • Fix dupe bug when killing an entity with a turtle.
CC-Tweaked - [1.12.2] 1.89.2

Published by SquidDev over 4 years ago

New features in CC: Tweaked 1.89.2

  • Fix dupe bug when killing an entity with a turtle.
CC-Tweaked - [1.15.2] 1.89.1

Published by SquidDev over 4 years ago

New features in CC: Tweaked 1.89.1

  • Fix crashes when rendering monitors of varying sizes.
CC-Tweaked - [1.14.4] 1.89.1

Published by SquidDev over 4 years ago

New features in CC: Tweaked 1.89.1

  • Fix crashes when rendering monitors of varying sizes.
CC-Tweaked - [1.12.2] 1.89.1

Published by SquidDev over 4 years ago

New features in CC: Tweaked 1.89.1

  • Fix crashes when rendering monitors of varying sizes.
CC-Tweaked - [1.15.2] 1.89.0

Published by SquidDev over 4 years ago

New features in CC: Tweaked 1.89.0

  • Compress monitor data, reducing network traffic by a significant amount.
  • Allow limiting the bandwidth monitor updates use.
  • Several optimisations to monitor rendering (@Lignum).
  • Expose block and item tags to turtle.inspect and turtle.getItemDetail.

And several bug fixes:

  • Fix settings.load failing on defined settings.
  • Fix name of the ejectDisk peripheral method.
CC-Tweaked - [1.14.4] 1.89.0

Published by SquidDev over 4 years ago

New features in CC: Tweaked 1.89.0

  • Compress monitor data, reducing network traffic by a significant amount.
  • Allow limiting the bandwidth monitor updates use.
  • Several optimisations to monitor rendering (@Lignum).
  • Expose block and item tags to turtle.inspect and turtle.getItemDetail.

And several bug fixes:

  • Fix settings.load failing on defined settings.
CC-Tweaked - [1.12.2] 1.89.0

Published by SquidDev over 4 years ago

New features in CC: Tweaked 1.89.0

  • Compress monitor data, reducing network traffic by a significant amount.
  • Allow limiting the bandwidth monitor updates use.
  • Several optimisations to monitor rendering (@Lignum)

And several bug fixes:

  • Fix settings.load failing on defined settings.
CC-Tweaked - [1.15.2] 1.88.1

Published by SquidDev over 4 years ago

New features in CC: Tweaked 1.88.1

  • Fix error on objects with too many methods.
CC-Tweaked - [1.15.2] 1.88.0

Published by SquidDev over 4 years ago

New features in CC: Tweaked 1.88.0

  • Computers and turtles now preserve their ID when broken.
  • Add peripheral.getName - returns the name of a wrapped peripheral.
  • Reduce network overhead of monitors and terminals.
  • Add a TBO backend for monitors, with a significant performance boost.
  • The Lua REPL warns when declaring locals (lupus590, exerro)
  • Add config to allow using command computers in survival.
  • Add fs.isDriveRoot - checks if a path is the root of a drive.
  • cc.pretty can now display a function's arguments and where it was defined. The Lua REPL will show arguments by default.
  • Move the shell's require/package implementation to a separate cc.require module.
  • Move treasure programs into a separate external data pack.

And several bug fixes:

  • Fix io.lines not accepting arguments.
  • Fix settings.load using an unknown global (MCJack123).
  • Prevent computers scanning peripherals twice.
Badges
Extracted from project README
Current build status Download CC: Tweaked on CurseForge Download CC: Tweaked on Modrinth