File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed
Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 11plugins {
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'
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments