Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Commit

Permalink
CC:R 1.94.1-beta
Browse files Browse the repository at this point in the history
Update version info, re-brand from CC:Tweaked For Fabric, to CC:Restitched
  • Loading branch information
Merith-TK committed Mar 29, 2021
1 parent 91a9e7f commit d8b0037
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pluginManagement {
}
}

rootProject.name = "cc-tweaked-fabric-${mc_version}"
rootProject.name = "cc-restiched"
2 changes: 1 addition & 1 deletion src/main/resources/assets/computercraft/lua/rom/motd.txt
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/data/computercraft/lua/rom/motd.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
11 changes: 6 additions & 5 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d8b0037

Please sign in to comment.