Skip to content

Commit

Permalink
Bump deps for 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral committed Sep 27, 2023
1 parent 4f333db commit 9b4d1d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ curseforge {
changelog = file('docs/CHANGELOG.md')
mainArtifact(remapJar)

addGameVersion "1.20.1"
addGameVersion "1.20"
addGameVersion "1.20.2"
addGameVersion 'Quilt'
addGameVersion 'Fabric'
addGameVersion 'Java 17'
Expand Down Expand Up @@ -186,7 +185,7 @@ modrinth {
versionType = "${version_type}"
changelog = rootProject.file("docs/CHANGELOG.md").text
uploadFile = remapJar
gameVersions = [ "1.20.1", "1.20" ]
gameVersions = [ "1.20.2" ]
loaders = ['fabric', 'quilt']

dependencies {
Expand Down
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ org.gradle.jvmargs=-Xmx4G
org.gradle.daemon=false

# Toolchain Properties
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.1
fabric_loader_version=0.14.21
forge_version=1.20-46.0.2
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
fabric_loader_version=0.14.22
forge_version=1.20.2-48.0.7

# Mod Properties
mod_version=1.20.1-v2.2.2
mod_version=1.20.2-v2.3.0
maven_group=com.aizistral.nochatreports
archives_base_name=NoChatReports-FABRIC
mod_id=nochatreports
Expand All @@ -22,9 +22,9 @@ mod_icon=assets/nochatreports/textures/misc/NCR_logo.png
mod_license=WTFPL

# Dependencies
fabric_version=0.83.0+1.20.1
mod_menu_version=7.0.0-beta.2
cloth_config_version=11.0.99
fabric_version=0.89.2+1.20.2
mod_menu_version=8.0.0
cloth_config_version=12.0.109

# Dependencies in mods.toml
dep_forge=[37,)
Expand Down

0 comments on commit 9b4d1d1

Please sign in to comment.