CC: Restitched
ComputerCraft Tweaked for Fabric
Обновлён 9 декабря 2022 г. · опубликован 29 марта 2021 г.
For 1.19.4 and newer, use CC: Tweaked instead!

This is a port of cc-tweaked/CC-Tweaked to the Fabric modloader as well as being a continuation of JemmaZZ/cc-tweaked-fabric and can be found at Github Actions, Modrinth and Curseforge.

CC: R tries to maintain parity with CC: T, though it may be behind or divergent in some areas. If you notice a disparity please open an issue. CC: R major and minor version numbers indicate parity with the major features of that version of CC: T. Patch version numbers will NOT align.

This mod includes textures by Jummit that are more in line with the style of Mojang's new texture-artist, Jappa. If you prefer the original ComputerCraft textures you should enable the classic resource pack.
We also have a third resourcepack made by 3prm3, it features a complete overhaul of CC's textures (in the style of an industrial mod) and can be used by enabling the overhaul resource pack. You can also check out his resource pack over here as well!![]()

Bleeding edge builds can be found here at Github Actions.
In the .zip file there should be a -dev jar, a -javadoc jar, a -sources-dev jar, a -sources jar, and a "plain" jar (jar without an affixed tag) jar.
Put the "plain" jar in the mods folder.

Any contribution is welcome, be it using the mod, reporting bugs or contributing code. In order to start helping develop CC: R there are a few rules;
- Follow the Fabric programming guidelines as close as possible. This means you have to use
loommappings, if you use anything else, your code will be rejected. - Make sure your code follows the checkstyle rules. You can test this by running
./gradle buildor./gradle check. - You cannot intentionally implement bugs and security vulnerabilities.
- Unless the code is taken directly from CC: Tweaked,
luacode is offlimits from alteration. If you wish to contribute your changes to the in game rom please contribute upstream at CC-Tweaked. - Branches should be named in this format
mc-<major ver.>.x/<specific-mc-ver.>

- [ YES ] Sodium
- [ YES ] OptiFabric
- Works with VBO Rendering (automatically set)
- No issues
- [ YES ] Iris Shaders & Sodium
- [ YES ] Canvas
- Works with TBO Rendering (Default)

Scuffed with VBO Rendering
VBO is broken
Monitors are following the player?.


- The screen seems to get bigger the closer you get to it.

If you need help getting started with CC: Restitched, want to show off your latest project, or just want to chat about ComputerCraft, here is the Computercraft Forum and the Computer Mods Discord!. There is also a wiki that can be found at https://tweaked.cc/

Unfortunately, CC: Restitched does not have as many peripherals mods available as CC: Tweaked though there is one known as Allium Peripherals made by hugeblank which can be found here. But if you're an interested mod developer, please check out our api package. If you've already made a mod with CC: R peripheral support OR if you're a player who found a mod with CC: R integration, please open an issue here to let us know and we'll add it to the list!
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.102.0+1.19.3 | Бета | 1.19.3 | fabric, quilt | 9 декабря 2022 г. | .jar (2.8 МБ) |
| 1.101.2+1.19.1 | Релиз | 1.19.1, 1.19.2 | fabric, quilt | 30 июля 2022 г. | .jar (2.8 МБ) |
| 1.101.0+1.19 | Релиз | 1.19 | fabric, quilt | 19 июня 2022 г. | .jar (3.8 МБ) |
| 1.100.8+1.18.2 | Релиз | 1.18.2 | fabric, quilt | 19 июня 2022 г. | .jar (3.0 МБ) |
| 1.100.6 | Релиз | 1.18.2 | fabric, quilt | 27 мая 2022 г. | .jar (3.2 МБ) |
| 1.100.5 | Релиз | 1.18.2 | fabric, quilt | 29 марта 2022 г. | .jar (3.0 МБ) |
| 1.100.4 | Релиз | 1.18.2 | fabric | 19 марта 2022 г. | .jar (3.0 МБ) |
| 1.100.3 | Релиз | 1.18.2 | fabric | 13 марта 2022 г. | .jar (3.1 МБ) |
| 1.100.2 | Релиз | 1.18.1 | fabric | 2 марта 2022 г. | .jar (3.1 МБ) |
| 1.100.1 | Релиз | 1.18.1 | fabric | 25 января 2022 г. | .jar (3.2 МБ) |
| 1.97.5 | Релиз | 1.17.1 | fabric | 25 января 2022 г. | .jar (3.1 МБ) |
| 1.96.3 | Релиз | 1.16.5 | fabric | 25 января 2022 г. | .jar (3.1 МБ) |
| 1.100.0 | Релиз | 1.18.1 | fabric | 5 января 2022 г. | .jar (3.2 МБ) |
| 1.97.4 | Релиз | 1.17.1 | fabric | 5 января 2022 г. | .jar (3.1 МБ) |
| 1.96.2 | Релиз | 1.16.5 | fabric | 5 января 2022 г. | .jar (3.1 МБ) |
Показаны последние 15 из 28 версий. Все версии — на Modrinth.
Ченджлог
1.102.0+1.19.3Бета1.19.3 · 9 декабря 2022 г.
What's Changed
- Fix os.epoch("ingame") throwing "Unsupported operation" by @toad-dev in https://github.com/cc-tweaked/cc-restitched/pull/126
- Update to 1.19.3
Full Changelog: https://github.com/cc-tweaked/cc-restitched/compare/v1.19.1-1.101.2-ccr...v1.19.3-1.102.0-ccr
1.101.2+1.19.1Релиз1.19.1, 1.19.2 · 30 июля 2022 г.
1.101.0+1.19Релиз1.19 · 19 июня 2022 г.
1.100.8+1.18.2Релиз1.18.2 · 19 июня 2022 г.
What's Changed
- Always faster and always more accurate monitor rendering with Iris. by @toad-dev in https://github.com/cc-tweaked/cc-restitched/pull/97
- Merge in latest upstream by @SquidDev in https://github.com/cc-tweaked/cc-restitched/pull/102
- Mc 1.18.x/1.18.2 by @Merith-TK in https://github.com/cc-tweaked/cc-restitched/pull/103
- Add support for Iris's new text sink API by @SquidDev in https://github.com/cc-tweaked/cc-restitched/pull/104
- Make monitors cull internal faces by @toad-dev in https://github.com/cc-tweaked/cc-restitched/pull/105
Full Changelog: https://github.com/cc-tweaked/cc-restitched/compare/v1.18.2-1.100.7-ccr...v1.18.2-1.100.8-ccr
1.100.6Релиз1.18.2 · 27 мая 2022 г.
What's Changed
- Add new Overhaul logo by @3prm3 in https://github.com/cc-tweaked/cc-restitched/pull/63
- Readme update by @3prm3 in https://github.com/cc-tweaked/cc-restitched/pull/67
- Use markdown code and new lines in Bleeding Edge Ver. by @3prm3 in https://github.com/cc-tweaked/cc-restitched/pull/73
- [ImgBot] Optimize images by @3prm3 in https://github.com/cc-tweaked/cc-restitched/pull/71
- Fix typo in comment by @lonevox in https://github.com/cc-tweaked/cc-restitched/pull/60
- Add 3prm3 to credits by @3prm3 in https://github.com/cc-tweaked/cc-restitched/pull/76
- [Iris] Merge Rendering Experiments to 1.18.2 by @Toad-Dev in https://github.com/cc-tweaked/cc-restitched/pull/78
- Merge in upstream by @SquidDev in https://github.com/cc-tweaked/cc-restitched/pull/80
- Merge Squid's VBO optimizations, add some more, add canvas support by @Toad-Dev in https://github.com/cc-tweaked/cc-restitched/pull/83
- Port CC:T's data generators to Fabric by @SquidDev in https://github.com/cc-tweaked/cc-restitched/pull/93
- Merge Upstream by @Toad-Dev in https://github.com/cc-tweaked/cc-restitched/pull/96
- Provide fix for #87 by @SirEdvin in https://github.com/cc-tweaked/cc-restitched/pull/99
- Port across CC:T's Java and Lua tests by @SquidDev in https://github.com/cc-tweaked/cc-restitched/pull/95
New Contributors
- @SirEdvin made their first contribution in https://github.com/cc-tweaked/cc-restitched/pull/99
Full Changelog: https://github.com/cc-tweaked/cc-restitched/compare/v1.18.2-1.100.4-ccr...v1.18.2-1.100.6-ccr
1.100.5Релиз1.18.2 · 29 марта 2022 г.
What's Changed
- Add new Overhaul logo by @3prm3 in https://github.com/cc-tweaked/cc-restitched/pull/63
- Readme update by @3prm3 in https://github.com/cc-tweaked/cc-restitched/pull/67
- Use markdown code and new lines in Bleeding Edge Ver. by @3prm3 in https://github.com/cc-tweaked/cc-restitched/pull/73
- [ImgBot] Optimize images by @3prm3 in https://github.com/cc-tweaked/cc-restitched/pull/71
- Fix typo in comment by @lonevox in https://github.com/cc-tweaked/cc-restitched/pull/60
- Add 3prm3 to credits by @3prm3 in https://github.com/cc-tweaked/cc-restitched/pull/76
- [Iris] Merge Rendering Experiments to 1.18.2 by @Merith-TK in https://github.com/cc-tweaked/cc-restitched/pull/78
- update stable to 1.18.2 by @Merith-TK in https://github.com/cc-tweaked/cc-restitched/pull/79
New Contributors
- @lonevox made their first contribution in https://github.com/cc-tweaked/cc-restitched/pull/60
Full Changelog: https://github.com/cc-tweaked/cc-restitched/compare/v1.18.2-1.100.4-ccr...v1.18.2-1.100.5-ccr
1.100.4Релиз1.18.2 · 19 марта 2022 г.
What's Changed
- Fix #68, #69. Pre-setup auto releasing by @Patbox in https://github.com/cc-tweaked/cc-restitched/pull/72
Full Changelog: https://github.com/cc-tweaked/cc-restitched/compare/v1.18.2-1.100.3-ccr..v1.18.2-1.100.4-ccr
1.100.3Релиз1.18.2 · 13 марта 2022 г.
What's Changed
- Update to 1.18.2 by @Patbox in https://github.com/cc-tweaked/cc-restitched/pull/62
New Contributors
- @Patbox made their first contribution in https://github.com/cc-tweaked/cc-restitched/pull/62
Full Changelog: https://github.com/cc-tweaked/cc-restitched/compare/v1.97.2...v1.18.2-1.100.3-ccr
Полная история изменений — на Modrinth.
Комментарии
Загружаем…