1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-01 01:57:55 +00:00

CC:R 1.94.1-beta

Update version info, re-brand from CC:Tweaked For Fabric, to CC:Restitched
This commit is contained in:
Merith-TK
2021-03-28 22:05:14 -07:00
parent 91a9e7fdf7
commit d8b0037cfa
7 changed files with 13 additions and 12 deletions

View File

@@ -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

View File

@@ -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()

View File

@@ -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

View File

@@ -9,4 +9,4 @@ pluginManagement {
}
}
rootProject.name = "cc-tweaked-fabric-${mc_version}"
rootProject.name = "cc-restiched"

View File

@@ -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"

View File

@@ -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.

View File

@@ -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",