Skip to content

Commit f42e7f6

Browse files
committed
Updated build parameters, set version to 1.108.4.1
1 parent e31111f commit f42e7f6

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ val mcVersion: String by extra
2323

2424
githubRelease {
2525
token(findProperty("githubApiKey") as String? ?: "")
26-
owner.set("cc-tweaked")
27-
repo.set("CC-Tweaked")
26+
owner.set("makuhlmann")
27+
repo.set("CC-Tweaked-BetterWireless ")
2828
targetCommitish.set(cct.gitBranch)
2929

3030
tagName.set("v$mcVersion-$modVersion")

buildSrc/src/main/kotlin/cc-tweaked.java-convention.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ val mcVersion: String by extra
2525
group = "cc.tweaked"
2626
version = modVersion
2727

28-
base.archivesName.convention("cc-tweaked-$mcVersion-${project.name}")
28+
base.archivesName.convention("cc-tweaked-bw-$mcVersion-${project.name}")
2929

3030
java {
3131
toolchain {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
1010

1111
# Mod properties
1212
isUnstable=false
13-
modVersion=1.108.4
13+
modVersion=1.108.4.1
1414

1515
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
1616
mcVersion=1.20.1

projects/fabric/src/main/resources/fabric.mod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"schemaVersion": 1,
33
"id": "computercraft",
4-
"name": "CC: Tweaked",
4+
"name": "CC: Tweaked - BetterWireless",
55
"version": "${version}",
6-
"description": "CC: Tweaked is a fork of ComputerCraft, adding programmable computers, turtles and more to Minecraft.",
6+
"description": "CC: Tweaked - BetterWireless is a fork of ComputerCraft, adding programmable computers, turtles and more to Minecraft.",
77
"license": "ComputerCraft Public License (https://raw.githubusercontent.com/dan200/ComputerCraft/master/LICENSE)",
88
"icon": "pack.png",
99
"contact": {
1010
"homepage": "https://tweaked.cc/",
11-
"issues": "https://github.com/cc-tweaked/cc-tweaked/issues"
11+
"issues": "https://github.com/makuhlmann/CC-Tweaked-BetterWireless/issues"
1212
},
1313
"authors": [
1414
"Daniel Ratcliffe",

projects/forge/src/main/resources/META-INF/mods.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
modLoader="javafml"
66
loaderVersion="[47,48)"
77

8-
issueTrackerURL="https://github.com/cc-tweaked/CC-Tweaked/issues"
8+
issueTrackerURL="https://github.com/makuhlmann/CC-Tweaked-BetterWireless/issues"
99
logoFile="pack.png"
1010

1111
license="ComputerCraft Public License (https://raw.githubusercontent.com/dan200/ComputerCraft/master/LICENSE)"
1212

1313
[[mods]]
1414
modId="computercraft"
1515
version="${file.jarVersion}"
16-
displayName="CC: Tweaked"
16+
displayName="CC: Tweaked - BetterWireless"
1717
displayURL="https://tweaked.cc"
18-
updateJSONURL = "https://api.modrinth.com/updates/cc-tweaked/forge_updates.json"
18+
#updateJSONURL = "https://api.modrinth.com/updates/cc-tweaked/forge_updates.json"
1919

2020
credits="Created by Daniel Ratcliffe (@DanTwoHundred)"
2121
authors="Daniel Ratcliffe, Aaron Mills, SquidDev"
2222
description='''
23-
CC: Tweaked is a fork of ComputerCraft, adding programmable computers, turtles and more to Minecraft.
23+
CC: Tweaked - BetterWireless is a fork of ComputerCraft, adding programmable computers, turtles and more to Minecraft.
2424
'''
2525

2626
[[dependencies.computercraft]]

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ include(":forge")
6464

6565
include(":lints")
6666
include(":standalone")
67-
include(":web")
67+
//include(":web")
6868

6969
for (project in rootProject.children) {
7070
project.projectDir = file("projects/${project.name}")

0 commit comments

Comments
 (0)