CC: Tweaked is a fork of ComputerCraft, adding programmable computers, turtles and more to Minecraft.
Fabric support is provided by the CC: Restitched project!
What?
I'm not sure what that is [...] I don't know where that came from.
- direwolf20, December 2020
ComputerCraft has always held a fond place in my heart: it's the mod which really got me into Minecraft, and it's the mod which has kept me playing it for many years. However, development of the original mod has slowed, as the original developers have had less time to work on the mod, and moved onto other projects and commitments.
CC:Tweaked (or CC:T for short) is an attempt to continue ComputerCraft's legacy. It's not intended to be a competitor to CC, nor do I want to take it in a vastly different direction to the original mod. Instead, CC:T focuses on making the ComputerCraft experience as solid as possible, ironing out any wrinkles that may have developed over time.
Features
CC: Tweaked contains all the features of the latest version of ComputerCraft, as well as numerous fixes, performance improvements and several nifty additions. I'd recommend checking out the releases page to see the full set of changes, but here's a couple of the more interesting additions:
- Improvements to the
http
library, including websockets, support for other HTTP methods (PUT
,DELETE
, etc...) and configurable limits on HTTP usage. - Full-block wired modems, allowing one to wrap non-solid peripherals (such as turtles or chests).
- Pocket computers can be held like maps, allowing you to view the screen without entering a GUI.
- Printed pages and books can be placed in item frames and held like maps.
- Several profiling and administration tools for server owners, via the
/computercraft
command. This allows operators to track which computers are hogging resources, turn on and shutdown multiple computers at once and interact with computers remotely. - Closer emulation of standard Lua, adding the
debug
andio
libraries. This also enables seeking within binary files, meaning you don't need to read large files into memory. - Allow running multiple computers on multiple threads, reducing latency on worlds with many computers.
This is an amazing mod, but unusable because you can't select or copy/paste.
I can't craft any turtle with tool. Yes I have completely new diamond pickaxe. Newest version for 1.12.2.
Is there anyway to have rednet get broadcasts without having to do rednet.recieve()?
Can I make this mod send my current time of the day in minecraft to my phone?
are 1.16 hex colors supported?
Are there no bundled cables (redstone) anymore? I wanted to use this like a PLC. If there are no cables, then how do I deal with 20+ redstone inputs and outputs in an orderly way?
The bundled cables were never part of CC. I think you are talking about the bundled cable of Project Red
nice
Has the computercraft.info site been revived somewhere? It seems that location hasn't been allowing user registration since 2018.
In reply to realslaymeister:
https://tweaked.cc/
Hi, I have an error.
when i run this i can't connect (i test this on minecraft version 1.14.4 and 1.16.4)
print(http.get("https://www.delpaqq.com/")) -> Error said nil Could not connect nil
print(http.get("https://www.google.com/")) -> I succeed
print(http.get("https://www.facebook.com/")) -> Error nil Could not connect nil
I tried this on the website and they are all successful.
---
In my server(delpaqq.com) with nginx I receive that the connection is with SSLv3 and it is rejected (This SSLv3 version has been rejected for years, now TLSv1 is used up to TLSv1.3)
I appreciate any assistance anyone can provide.
In reply to DelpaQQ:
Try reporting it here: https://github.com/SquidDev-CC/CC-Tweaked/issues I'm not sure if they check this page often.
I am new to Minecraft. My 6 year old loves playing and received a Coding With Minecraft book for Hanukkah. I went to download ComputerCraft to find out it doesn't exist anymore, but CCT has taken over (at least maintaining). The version we have of Minecraft is the Windows 10 edition. Is there a way to install CCT on the Windows 10 version? I have looked everywhere I can think of to find installation instructions, but have been unsuccessful. I appreciate any assistance anyone can provide.
Hi! I'm afraid CC:T isn't compatible with the Windows 10 (aka Bedrock) edition. The Java and Bedrock editions have entirely different codebases, and so add-ons written for one don't work for the other. Sadly Bedrock's addon system isn't powerful enough yet to allow CC:T to be ported (I have tried, and the results are ... poor), so we're stuck on Java for the time being.
If you'd like to get your child doing some coding in Minecraft, and don't mind putting the Coding with Minecraft book aside, I would recommend checking out the "Coding in Minecraft Windows 10 (Bedrock) Edition" section of this article, which should work with these hour of code exercises. I've not used it myself (currently stuck on Linux, so no Windows 10 edition), but basically you can control an agent (a bit like CC's turtle) either through TypeScript or a drag-and-drop Scratch-like interface.
The alternative is to buy and install Java edition (+ Forge, the modding framework). It's not a huge investment (~$20, but will obviously differ depending where you are in the world), but obviously realise you may not want to spend more money on this :).
Hope that helps a little, do say if there's anything else I can answer!
how do i put an image on the computer? can someone explain to me?
In reply to miguel14eefef:
https://tweaked.cc/module/paintutils.html#v:loadImage
or
https://tweaked.cc/library/cc.image.nft.html
One of my modpack set this as a dependant and it ruined everything do you know any idea which mod did this
In reply to atopik2:
How would he know which did this if he doesn't even know what modpack you're talking about and/or what mods that have.
Have you even checked the dependencies tab?
These depends on CC if going by the tabs atleast:
Advanced Peripherals
BPeripherals
Digital Items
Handles
Plethora Peripherals
Refined Storage for ComputerCraft
Love what you are doing to keep the legacy of CC alive.
I saw a video about how a guy invaded a server he wasn't whitelisted on, and its really cool, but what code does it use? Like lua, C++, Javascript, Python?