From d8b0037cfa69887eeef54562d6b1886bc0093640 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Sun, 28 Mar 2021 22:05:14 -0700 Subject: [PATCH] CC:R 1.94.1-beta Update version info, re-brand from CC:Tweaked For Fabric, to CC:Restitched --- .github/workflows/main-ci.yml | 2 +- build.gradle | 2 +- gradle.properties | 2 +- settings.gradle | 2 +- .../resources/assets/computercraft/lua/rom/motd.txt | 2 +- .../resources/data/computercraft/lua/rom/motd.txt | 4 ++-- src/main/resources/fabric.mod.json | 11 ++++++----- 7 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 9bb7fcdf5..43681fbbe 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -29,7 +29,7 @@ jobs: - name: Upload Jar uses: actions/upload-artifact@v1 with: - name: CC-Tweaked + name: cc-restiched path: build/libs - name: Upload Coverage diff --git a/build.gradle b/build.gradle index 9c1e90827..f4919227b 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ targetCompatibility = JavaVersion.VERSION_1_8 version = mod_version group = "dan200.computercraft" -archivesBaseName = "cc-tweaked-fabric-${mc_version}" +archivesBaseName = "cc-restiched" repositories { mavenCentral() diff --git a/gradle.properties b/gradle.properties index 31c68add1..c21dc95a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1G # Mod properties -mod_version=1.94.0 +mod_version=1.94.1-beta # Minecraft properties mc_version=1.16.2 diff --git a/settings.gradle b/settings.gradle index 799e917c2..c6f6a1f6b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,4 +9,4 @@ pluginManagement { } } -rootProject.name = "cc-tweaked-fabric-${mc_version}" +rootProject.name = "cc-restiched" diff --git a/src/main/resources/assets/computercraft/lua/rom/motd.txt b/src/main/resources/assets/computercraft/lua/rom/motd.txt index 873dedc5a..f24999801 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/mystiacraft/cc-tweaked-fabric +View the source code at https://github.com/Merith-TK/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 5506a5a4f..d94437ab9 100644 --- a/src/main/resources/data/computercraft/lua/rom/motd.txt +++ b/src/main/resources/data/computercraft/lua/rom/motd.txt @@ -1,5 +1,5 @@ -Please report bugs at https://github.com/Zundrel/cc-tweaked-fabric. Thanks! -View the documentation at https://wiki.computercraft.cc +Please report bugs at https://github.com/Merith-TK/cc-restiched. 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". Use "pastebin put" to upload a program to pastebin. diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index afb52f090..697d8cc23 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,20 +1,21 @@ { "schemaVersion": 1, "id": "computercraft", - "name": "CC:T for Fabric", + "name": "CC:Restitched", "version": "${version}", - "description": "A fork of CC: Tweaked for use with the latest Fabric.", + "description": "CC: Tweaked for Fabric.", "license": "ComputerCraft Public License", "icon": "assets/computercraft/pack.png", "contact": { - "homepage": "https://github.com/mystiacraft/cc-tweaked-fabric", - "issues": "https://github.com/mystiacraft/cc-tweaked-fabric/issues" + "homepage": "https://github.com/Merith-TK/cc-restiched", + "issues": "https://github.com/Merith-TK/cc-restiched/issues" }, "authors": [ "Daniel Ratcliffe", "Aaron Mills", "SquidDev", - "parly" + "parly", + "Merith.TK" ], "depends": { "fabricloader": ">=0.4.0",