1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-07 12: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 - name: Upload Jar
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1
with: with:
name: CC-Tweaked name: cc-restiched
path: build/libs path: build/libs
- name: Upload Coverage - name: Upload Coverage

View File

@@ -9,7 +9,7 @@ targetCompatibility = JavaVersion.VERSION_1_8
version = mod_version version = mod_version
group = "dan200.computercraft" group = "dan200.computercraft"
archivesBaseName = "cc-tweaked-fabric-${mc_version}" archivesBaseName = "cc-restiched"
repositories { repositories {
mavenCentral() mavenCentral()

View File

@@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx1G org.gradle.jvmargs=-Xmx1G
# Mod properties # Mod properties
mod_version=1.94.0 mod_version=1.94.1-beta
# Minecraft properties # Minecraft properties
mc_version=1.16.2 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 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"

View File

@@ -1,5 +1,5 @@
Please report bugs at https://github.com/Zundrel/cc-tweaked-fabric. Thanks! Please report bugs at https://github.com/Merith-TK/cc-restiched. Thanks!
View the documentation at https://wiki.computercraft.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".
Use "pastebin put" to upload a program to pastebin. Use "pastebin put" to upload a program to pastebin.

View File

@@ -1,20 +1,21 @@
{ {
"schemaVersion": 1, "schemaVersion": 1,
"id": "computercraft", "id": "computercraft",
"name": "CC:T for Fabric", "name": "CC:Restitched",
"version": "${version}", "version": "${version}",
"description": "A fork of CC: Tweaked for use with the latest Fabric.", "description": "CC: Tweaked for Fabric.",
"license": "ComputerCraft Public License", "license": "ComputerCraft Public License",
"icon": "assets/computercraft/pack.png", "icon": "assets/computercraft/pack.png",
"contact": { "contact": {
"homepage": "https://github.com/mystiacraft/cc-tweaked-fabric", "homepage": "https://github.com/Merith-TK/cc-restiched",
"issues": "https://github.com/mystiacraft/cc-tweaked-fabric/issues" "issues": "https://github.com/Merith-TK/cc-restiched/issues"
}, },
"authors": [ "authors": [
"Daniel Ratcliffe", "Daniel Ratcliffe",
"Aaron Mills", "Aaron Mills",
"SquidDev", "SquidDev",
"parly" "parly",
"Merith.TK"
], ],
"depends": { "depends": {
"fabricloader": ">=0.4.0", "fabricloader": ">=0.4.0",