Miscellaneous changes for ComputerCraft
CCTweaks is a core mod and makes modifications to the internals of ComputerCraft. Whilst the mod is thoroughly tested there may be issues. If you encounter any bugs report them here and not on the ComputerCraft issue tracker. This will ensure a faster response time and will ensure you do not frustrate DanTwoHundred.
Thanks :smile:!
socket
)data
)turtle.inspect
if you don't like it.You'll need Git installed. If you are using Windows, replace ./gradlew
with gradlew.bat
git clone https://github.com/SquidDev-CC/CCTweaks
./gradlew build
This should download all dependencies. You can test with ./gradlew runClient
./gradlew setupDecompWorkspace
Because of how the CCTweaks works, you may experience issues using the built in IDE tasks to run this project.
CCTweaks is available on Maven. To include it in your project you will need the following code:
repositories {
// Holds the main CCTweaks code
maven {
name = "squiddev"
url = "https://dl.bintray.com/squiddev/maven"
}
}
dependencies {
compile "org.squiddev:CCTweaks:${mc_version}-${cctweaks_version}:dev"
}