ComputerCraft Forums

ComputerCraft => Ask a Pro => Topic started by: 23345m on Nov 17, 2024, 08:34 AM

Title: Is there anything I need to do in the minecraft files?
Post by: 23345m on Nov 17, 2024, 08:34 AM
I don't know what I'm doing to be honest and need some guidence for a good place to start but idk if I need to add anything to the minecraft files or not
Title: Is there anything I need to do in the minecraft files?
Post by: Purrcival on Nov 22, 2024, 02:37 PM
If you're looking for a way to start tinkering with ComputerCraft, there are several Lua programming tutorials with ComputerCraft available, and you can refer to lua.org (https://lua.org/) for the programming language manual (Specifically 5.2) and check out tweaked.cc (https://tweaked.cc/) for the documentation for APIs that are built-in to CC, such as a Redstone API as well.