Modernized/improved/actually updated version of ComputerCraft: https://tweaked.cc
Go to file
Jonathan Coates 136fbd2589
Pull in CC:T 1.108.1, some other fixes
- Use Cobalt's new Java patcher, allowing us to use Java 17 syntax. As
   such, update a couple classes to make use of that.
 - Pull in latest ROM. This is very noisy (due to the link syntax
   changes), but mostly trivial changes.
 - Fix wget and pastebin programs using http methods which don't exist.
 - Make fs.open create the parent directory when opening for write, much
   like newer CC versions.
2023-10-04 18:56:11 +01:00
.reuse Clarify the README a little 2023-06-13 17:37:11 +01:00
LICENSES Initial commit 2023-06-13 17:30:12 +01:00
doc Clarify the README a little 2023-06-13 17:37:11 +01:00
gradle Initial commit 2023-06-13 17:30:12 +01:00
src/main Pull in CC:T 1.108.1, some other fixes 2023-10-04 18:56:11 +01:00
vendor Pull in CC:T 1.108.1, some other fixes 2023-10-04 18:56:11 +01:00
.editorconfig Initial commit 2023-06-13 17:30:12 +01:00
.gitattributes Initial commit 2023-06-13 17:30:12 +01:00
.gitignore Initial commit 2023-06-13 17:30:12 +01:00
.gitmodules Initial commit 2023-06-13 17:30:12 +01:00
.pre-commit-config.yaml Initial commit 2023-06-13 17:30:12 +01:00
README.md Clarify the README a little 2023-06-13 17:37:11 +01:00
build.gradle.kts Pull in CC:T 1.108.1, some other fixes 2023-10-04 18:56:11 +01:00
gradle.properties Pull in CC:T 1.108.1, some other fixes 2023-10-04 18:56:11 +01:00
gradlew Initial commit 2023-06-13 17:30:12 +01:00
gradlew.bat Initial commit 2023-06-13 17:30:12 +01:00
settings.gradle.kts Pull in CC:T 1.108.1, some other fixes 2023-10-04 18:56:11 +01:00

README.md

CC: Tweaked

Current build status Download CC: Tweaked on Modrinth

CC: Tweaked is a mod for Minecraft which adds programmable computers, turtles and more to the game. An add-on to the much-beloved ComputerCraft, it continues its legacy with improved performance and stability, along with a wealth of new features.

CC: Tweaked can be installed from Modrinth. It requires Minecraft Forge and ComputerCraft 1.50 and MUST be installed as a core mod.

Contributing

Any contribution is welcome, be that using the mod, reporting bugs or contributing code. If you want to get started developing the mod, check out the instructions here.

Community

If you need help getting started with CC: Tweaked, want to show off your latest project, or just want to chat about ComputerCraft, do check out our forum and GitHub discussions page! There's also a fairly populated, albeit quiet IRC channel, if that's more your cup of tea.

We also host fairly comprehensive documentation at tweaked.cc.