Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Update to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed May 29, 2024
1 parent 3d0a8c3 commit bd084fa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//file:noinspection All

plugins {
id "fabric-loom" version "1.4-SNAPSHOT"
id "fabric-loom" version "1.6-SNAPSHOT"
id "org.jetbrains.kotlin.jvm"
id "maven-publish"
}
Expand Down
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.2
yarn_build=4
loader_version=0.14.24
minecraft_version=1.21-pre1
yarn_build=2
loader_version=0.15.11

kotlin_version=1.9.20
fabric_kotlin_version=1.10.13+kotlin.1.9.20
kotlin_version=1.9.24
fabric_kotlin_version=1.10.20+kotlin.1.9.24

devlogin_version=3.4.1

audience_version=2.1.3
sgui_version=1.3.0+1.20.2
sgui_version=1.5.1+1.20.5

# Mod Properties
mod_version=1.0.0
mod_version=1.1.0
maven_group=net.mcbrawls
mod_id=brawls-sgui

# Dependencies
fabric_version=0.90.7+1.20.2
fabric_version=0.99.2+1.21
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"icon": "assets/brawls-sgui/icon.png",
"environment": "*",
"depends": {
"minecraft": "~1.20.2",
"minecraft": ">=1.21",
"java": ">=17",
"fabric-api": ">=0.90",
"fabric-language-kotlin": ">=1.9",
Expand Down

0 comments on commit bd084fa

Please sign in to comment.