mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-30 17:17:55 +00:00
Update links to repo
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<img src="logo.png" alt="CC: Restitched" width="100%"/>
|
<img src="logo.png" alt="CC: Restitched" width="100%"/>
|
||||||
|
|
||||||
[](https://github.com/Merith-TK/cc-restitched/actions "Current build status")
|
[](https://github.com/cc-tweaked/cc-restitched/actions "Current build status")
|
||||||
[](https://www.curseforge.com/minecraft/mc-mods/cc-restitched "Download CC: Restitched on CurseForge")
|
[](https://www.curseforge.com/minecraft/mc-mods/cc-restitched "Download CC: Restitched on CurseForge")
|
||||||
[](https://gitpod.io/#https://github.com/Merith-TK/cc-restitched/tree/1.17-alpha)
|
[](https://gitpod.io/#https://github.com/cc-tweaked/cc-restitched/tree/1.17-alpha)
|
||||||
|
|
||||||
# CC: R Version VS CC: T Version
|
# CC: R Version VS CC: T Version
|
||||||
CC: R Strives to maintain perfect pairity with CC: T, however in some cases this is not possible, so CC: R might have a "newer" version than what CC: T has, these newer versions will be primarily bugfixes and the like because fabric is "weird" when porting a forge mod.
|
CC: R Strives to maintain perfect pairity with CC: T, however in some cases this is not possible, so CC: R might have a "newer" version than what CC: T has, these newer versions will be primarily bugfixes and the like because fabric is "weird" when porting a forge mod.
|
||||||
@@ -53,7 +53,7 @@ Any contribution is welcome, be that using the mod, reporting bugs or contributi
|
|||||||
3) Unless the code is taken directly from CC:Tweaked, `lua` code is offlimits from alteration.
|
3) Unless the code is taken directly from CC:Tweaked, `lua` code is offlimits from alteration.
|
||||||
|
|
||||||
## Bleeding Edge Builds
|
## Bleeding Edge Builds
|
||||||
Bleeding edge builds can be found [here](https://github.com/Merith-TK/cc-restitched/actions) at Github Actions.
|
Bleeding edge builds can be found [here](https://github.com/cc-tweaked/cc-restitched/actions) at Github Actions.
|
||||||
|
|
||||||
## Community
|
## Community
|
||||||
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 [Forum](https://forums.computercraft.cc/) and the [Discord](https://discord.gg/H2UyJXe).
|
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 [Forum](https://forums.computercraft.cc/) and the [Discord](https://discord.gg/H2UyJXe).
|
||||||
@@ -68,7 +68,7 @@ Main Known issue
|
|||||||
## Perpherals
|
## Perpherals
|
||||||
Unfortunately, unlike the original CC: Tweaked project, CC: Restitched, does not have any actual peripheral mods, currently the only one we have is an example for mod devs to get started with making/adding the peripheral API to their mods!
|
Unfortunately, unlike the original CC: Tweaked project, CC: Restitched, does not have any actual peripheral mods, currently the only one we have is an example for mod devs to get started with making/adding the peripheral API to their mods!
|
||||||
|
|
||||||
If your a mod dev made a mod with CC: R peripheral support, OR if your a player who found a mod with CC: R support, please open an [issue here](https://github.com/Merith-TK/cc-restitched/issues/new?assignees=&labels=peripheralShoutout&template=peripheral_shoutout.md) to let us know so we can add it to the list!
|
If your a mod dev made a mod with CC: R peripheral support, OR if your a player who found a mod with CC: R support, please open an [issue here](https://github.com/cc-tweaked/cc-restitched/issues/new?assignees=&labels=peripheralShoutout&template=peripheral_shoutout.md) to let us know so we can add it to the list!
|
||||||
|
|
||||||
*  [CC Peripheral Test [1.16.5]](https://github.com/Toad-Dev/cc-peripheral-test)
|
*  [CC Peripheral Test [1.16.5]](https://github.com/Toad-Dev/cc-peripheral-test)
|
||||||
* This is an example mod for how to make peripherals that work as a block, or as a turtle upgrade!
|
* This is an example mod for how to make peripherals that work as a block, or as a turtle upgrade!
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
View the source code at https://github.com/Merith-TK/cc-restiched
|
View the source code at https://github.com/cc-tweaked/cc-restiched
|
||||||
View the documentation at https://wiki.computercraft.cc
|
View the documentation at https://wiki.computercraft.cc
|
||||||
Visit the forum at https://forums.computercraft.cc
|
Visit the forum at https://forums.computercraft.cc
|
||||||
You can disable these messages by running "set motd.enable false"
|
You can disable these messages by running "set motd.enable false"
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
Please report bugs at https://github.com/Merith-TK/cc-restitched/issues. Thanks!
|
Please report bugs at https://github.com/cc-tweaked/cc-restitched/issues. Thanks!
|
||||||
View the documentation at https://tweaked.cc
|
View the documentation at https://tweaked.cc
|
||||||
Show off your programs or ask for help at our forum: https://forums.computercraft.cc
|
Show off your programs or ask for help at our forum: https://forums.computercraft.cc
|
||||||
You can disable these messages by running "set motd.enable false".
|
You can disable these messages by running "set motd.enable false".
|
||||||
|
@@ -7,8 +7,8 @@
|
|||||||
"license": "ComputerCraft Public License",
|
"license": "ComputerCraft Public License",
|
||||||
"icon": "assets/computercraft/pack.png",
|
"icon": "assets/computercraft/pack.png",
|
||||||
"contact": {
|
"contact": {
|
||||||
"homepage": "https://github.com/Merith-TK/cc-restitched",
|
"homepage": "https://github.com/cc-tweaked/cc-restitched",
|
||||||
"issues": "https://github.com/Merith-TK/cc-restitched/issues"
|
"issues": "https://github.com/cc-tweaked/cc-restitched/issues"
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
"Daniel Ratcliffe",
|
"Daniel Ratcliffe",
|
||||||
@@ -28,10 +28,6 @@
|
|||||||
"suggests": {
|
"suggests": {
|
||||||
"modmenu": "*"
|
"modmenu": "*"
|
||||||
},
|
},
|
||||||
"conflicts": {
|
|
||||||
"canvas": "*",
|
|
||||||
"iris": "*"
|
|
||||||
},
|
|
||||||
"accessWidener": "cc.accesswidener",
|
"accessWidener": "cc.accesswidener",
|
||||||
"environment": "*",
|
"environment": "*",
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
|
Reference in New Issue
Block a user