CC-Tweaked/README.md

38 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2023-06-13 16:30:09 +00:00
<!--
SPDX-FileCopyrightText: 2017 The CC: Tweaked Developers
SPDX-License-Identifier: MPL-2.0
-->
# ![CC: Tweaked](doc/logo.png)
[![Current build status](https://github.com/cc-tweaked/CC-Tweaked/workflows/Build/badge.svg)](https://github.com/cc-tweaked/CC-Tweaked/actions "Current build status")
[![Download CC: Tweaked on Modrinth](https://img.shields.io/static/v1?label=Download&color=00AF5C&logoColor=00AF5C&logo=Modrinth&message=CC:%20Tweaked)][Modrinth]
2023-06-13 16:37:11 +00:00
CC: Tweaked is a mod for Minecraft which adds programmable computers, turtles and more to the game. An add-on to the
2023-06-13 16:30:09 +00:00
much-beloved [ComputerCraft], it continues its legacy with improved performance and stability, along with a wealth of
new features.
2023-06-13 16:37:11 +00:00
CC: Tweaked can be installed from [Modrinth]. It requires [Minecraft Forge] and [ComputerCraft 1.50] and MUST be
installed as a core mod.
2023-06-13 16:30:09 +00:00
## 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](CONTRIBUTING.md#developing).
## 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][GitHub discussions]! There's also a fairly
populated, albeit quiet [IRC channel][irc], if that's more your cup of tea.
We also host fairly comprehensive documentation at [tweaked.cc](https://tweaked.cc/ "The CC: Tweaked website").
[computercraft]: https://github.com/dan200/ComputerCraft "ComputerCraft on GitHub"
[curseforge]: https://minecraft.curseforge.com/projects/cc-tweaked "Download CC: Tweaked from CurseForge"
[modrinth]: https://modrinth.com/mod/gu7yAYhd "Download CC: Tweaked from Modrinth"
[Minecraft Forge]: https://files.minecraftforge.net/ "Download Minecraft Forge."
[Fabric]: https://fabricmc.net/use/installer/ "Download Fabric."
[forum]: https://forums.computercraft.cc/
[GitHub Discussions]: https://github.com/cc-tweaked/CC-Tweaked/discussions
[IRC]: https://webchat.esper.net/?channels=computercraft "#computercraft on EsperNet"
2023-06-13 16:37:11 +00:00
[ComputerCraft 1.50]: https://modrinth.com/mod/computercraft/version/1.50 "Download ComputerCraft 1.50 from Modrinth"