Skip to content

Commit a707900

Browse files
committed
Update to minecraft 1.20.2
Also upgrade gradle and loom
1 parent 0784127 commit a707900

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '1.2-SNAPSHOT'
2+
id 'fabric-loom' version '1.4-SNAPSHOT'
33
id 'maven-publish'
44
}
55

@@ -39,8 +39,8 @@ dependencies {
3939
modImplementation "com.terraformersmc:modmenu:${project.mod_menu_version}"
4040

4141
// irc
42-
implementation 'com.github.pircbotx:pircbotx:c47a15b'
43-
include 'com.github.pircbotx:pircbotx:c47a15b'
42+
implementation "com.github.pircbotx:pircbotx:${project.pircbotx_version}"
43+
include "com.github.pircbotx:pircbotx:${project.pircbotx_version}"
4444

4545
// pircbotx needs this 🤷‍
4646
// include group: 'org.slf4j', name: 'slf4j-api', version: '1.7.13'

gradle.properties

+8-7
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ org.gradle.parallel=true
44

55
# Fabric Properties
66
# check these on https://fabricmc.net/develop/
7-
minecraft_version=1.20.1
8-
yarn_mappings=1.20.1+build.5
9-
loader_version=0.14.21
7+
minecraft_version=1.20.2
8+
yarn_mappings=1.20.2+build.4
9+
loader_version=0.14.24
1010

1111
# Mod Properties
12-
mod_version=0.14.5b
12+
mod_version=0.15.0b
1313
maven_group=eu.pabl
1414
archives_base_name=twitchchat
1515

1616
# Dependencies
1717
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
18-
fabric_version=0.84.0+1.20.1
19-
cloth_config_version=11.0.99
20-
mod_menu_version=7.1.0
18+
fabric_version=0.90.4+1.20.2
19+
cloth_config_version=12.0.109
20+
mod_menu_version=8.0.0
21+
pircbotx_version=c47a15b624
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)