From 43ef36fa15bc65d358b9ae8a74159583fba13e65 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Fri, 15 Oct 2021 16:08:55 -0700 Subject: [PATCH] Update links to repo --- README.md | 8 ++++---- src/main/resources/assets/computercraft/lua/rom/motd.txt | 2 +- src/main/resources/data/computercraft/lua/rom/motd.txt | 2 +- src/main/resources/fabric.mod.json | 8 ++------ 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 0fdfc83c9..b75f01022 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ CC: Restitched -[![Current build status](https://github.com/Merith-TK/cc-restitched/workflows/Build/badge.svg)](https://github.com/Merith-TK/cc-restitched/actions "Current build status") +[![Current build status](https://github.com/cc-tweaked/cc-restitched/workflows/Build/badge.svg)](https://github.com/cc-tweaked/cc-restitched/actions "Current build status") [![Download CC: Restitched on CurseForge](https://camo.githubusercontent.com/07622e6662ef5ead080c4840ef6514a34e079d63015f7e51c977a55b1881dfb9/687474703a2f2f63662e776179326d7563686e6f6973652e65752f7469746c652f63632d726573746974636865642e737667)](https://www.curseforge.com/minecraft/mc-mods/cc-restitched "Download CC: Restitched on CurseForge") -[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/Merith-TK/cc-restitched/tree/1.17-alpha) +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/cc-tweaked/cc-restitched/tree/1.17-alpha) # 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. @@ -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. ## 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 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 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! * ![icon](https://raw.githubusercontent.com/Toad-Dev/cc-peripheral-test/master/src/main/resources/assets/cc_test/textures/block/test_peripheral.png) [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! diff --git a/src/main/resources/assets/computercraft/lua/rom/motd.txt b/src/main/resources/assets/computercraft/lua/rom/motd.txt index f24999801..5e8bf5168 100644 --- a/src/main/resources/assets/computercraft/lua/rom/motd.txt +++ b/src/main/resources/assets/computercraft/lua/rom/motd.txt @@ -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 Visit the forum at https://forums.computercraft.cc You can disable these messages by running "set motd.enable false" diff --git a/src/main/resources/data/computercraft/lua/rom/motd.txt b/src/main/resources/data/computercraft/lua/rom/motd.txt index ce6b91f4b..29992e714 100644 --- a/src/main/resources/data/computercraft/lua/rom/motd.txt +++ b/src/main/resources/data/computercraft/lua/rom/motd.txt @@ -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 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". diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 32343f71f..3735cd251 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -7,8 +7,8 @@ "license": "ComputerCraft Public License", "icon": "assets/computercraft/pack.png", "contact": { - "homepage": "https://github.com/Merith-TK/cc-restitched", - "issues": "https://github.com/Merith-TK/cc-restitched/issues" + "homepage": "https://github.com/cc-tweaked/cc-restitched", + "issues": "https://github.com/cc-tweaked/cc-restitched/issues" }, "authors": [ "Daniel Ratcliffe", @@ -28,10 +28,6 @@ "suggests": { "modmenu": "*" }, - "conflicts": { - "canvas": "*", - "iris": "*" - }, "accessWidener": "cc.accesswidener", "environment": "*", "entrypoints": {