CC: Tweaked
CC: Tweaked is a Minecraft modification that adds programmable computers, turtles, and many other features to the game. This project is a fork of the legendary ComputerCraft, preserving its legacy while offering improved performance, stability, and numerous new features.
Features
Computers are controlled using the Lua programming language, providing all the necessary tools for writing code and automating processes in the Minecraft world.

Although computers are incredibly powerful, their capabilities are limited by their inability to move. The solution to this problem is turtles. They can move around the world, place and break blocks, fight zombies with a sword, or perform any other programmed actions!

Not all tasks can be solved with a pickaxe, so CC: Tweaked offers a variety of additional peripheral devices for computers. You can play melodies through speakers, display text or images on monitors, connect computers using modems, and much more.
Computers can now interact with inventories, such as chests, allowing you to create complex item management and storage systems.

Getting Started
ComputerCraft is excellent for both experienced programmers and beginners, but getting started might seem challenging. Fortunately, there are several excellent learning resources:
- Direwolf20's ComputerCraft tutorial videos
- Sethbling's ComputerCraft video series
- Computer basics by Lyqyd
Once you become familiar with the mod, the wiki will provide more detailed documentation on various APIs and peripheral devices.
Community
If you need help mastering CC: Tweaked, want to showcase your latest project, or simply want to chat about ComputerCraft, visit the GitHub discussions page! There is also an active IRC channel on EsperNet — join #computercraft using a client or KiwiIRC.
Contributing to Development
CC: Tweaked is developed on GitHub. If you have ideas, feedback, or have found bugs, create an issue in the project repository.