Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
CC-Tweaked Alternatives
Similar projects and alternatives to CC-Tweaked
-
-
FarPlaneTwo
Level-of-Detail renderer in Minecraft. Allows for render distances of millions of blocks. (Cubic Chunks-compatible) (WIP)
-
Revelo Payroll
Free Global Payroll designed for tech teams. Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.
-
Proxy-Server
Minecraft mod that allows you to connect to servers through a proxy
-
ImmersiveEngineering
Wires, transformers, high voltage! Bzzzzt!
-
AstralSorceryCC
ComputerCraft program to predict moon phases and constellations for Astral Sorcery and Thaumcraft 6
-
-
-
Sonar
Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
awesome-computercraft
Useful libraries, programs, literature, and mods for ComputerCraft and its forks.
-
AdvancedPeripherals
Advanced Peripherals adds many new features to the computercraft modification
-
-
MinecraftForge
Modifications to the Minecraft base files to assist in compatibility between mods. New Discord: https://discord.minecraftforge.net/
-
-
-
craftos2
A fast, modern, and feature-filled ComputerCraft emulator written in C++.
-
-
-
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
CC-Tweaked reviews and mentions
-
CC:Tweaked on Bedrock
For those that don't know, CC:Tweaked is the sucessor of ComputerCraft, a fabulous mod for Java Minecraft that adds computers that runs a Lua VM and are able to run programs, interact with some blocks and do redstone stuff. Also it add "mobile" computers/robots aka Turtles that have everything computers do plus they are mobile and can break and place blocks in the world. For large scale building and intricate redstone projects this is a must have mod.
-
Help beginner
https://tweaked.cc/ ## Other nice if you already know some basics of programming
If you do know Lua though, I heard Sethbling on YT has some good tutorials from back in the day, or go to the CC:tweaked website which has the basics of computercraft explained and has the API usage
-
How do I set up a simple "tank read" computer? I am unsure of how to wrap all of these tanks to the one computer and read the total value for all tanks.
I don’t know how to exactly do that, but http://tweaked.cc has documentation on liquid tanks
if you want some documentation for all the bits and pieces there is https://tweaked.cc/
-
Is there a way to create namespaces/hierarchy in the documentation with LDoc?
LDoc isn't really meant for this, but you can generate on each file individually and then hack in links with some post-processing. Alternatively, if you have the time to dig into an even less documented format, illuaminate natively supports multi-file docs. (See here for an example config file.)
-
Is requared learn a lua to use CC Tweaked or ComputerCraft ?
CC: Tweaked's Lua is minimized down to the core functions of Lua, which are standard in any programming language. While all advanced functions that are more specific to the mod (file system, input, output, events) are all documentes on https://tweaked.cc and are really easy to learn.
For all CC specific things, the CC: Tweaked docs found here are very very useful. You can check out the turtle, redstone, and fs APIs here (listed in the sidebar under "Globals") if you want more precise info than what tutorials are able to give you.
-
Technic SSP or Tekkit Classic?
• CC: Tweaked - https://tweaked.cc/
-
Looking for help
Link to the new wiki/docs as well, since some information on that wiki is out of date/missing.
-
A note from our sponsor - Onboard AI
getonboard.dev | 1 Oct 2023
Stats
cc-tweaked/CC-Tweaked is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of CC-Tweaked is Java.