Skip to content

Commit

Permalink
feat: port to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Jul 2, 2024
1 parent a4ba8af commit 610b8bc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Port to 1.21.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "1.6-SNAPSHOT" apply false
id "dev.architectury.loom" version "1.7-SNAPSHOT" apply false
id "me.shedaniel.unified-publishing" version "0.1.+" apply false
id "com.github.breadmoirai.github-release" version "2.4.1"
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
org.gradle.parallel=true

version=2.0.0+1.20.6
minecraft_version=1.20.6
version=2.0.0+1.21
minecraft_version=1.21
branch=main
group=io.github.jamalam360
mod_name=Wake Up Time
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
10 changes: 5 additions & 5 deletions libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions]
# https://modrinth.com/mod/architectury-api/versions
architectury = "12.1.2"
architectury = "13.0.3"

# https://projects.neoforged.net/neoforged/neoforge
neoforge = "20.6.72-beta"
neoforge = "21.0.43-beta"

# https://fabricmc.net/develop
fabric-loader = "0.15.11"
fabric-api = "0.99.0+1.20.6"
fabric-api = "0.100.1+1.21"

# https://maven.jamalam.tech/#/releases
jamlib = "1.0.9+1.20.6"
jamlib = "1.0.9+1.21"

# https://modrinth.com/mod/modmenu/versions
modmenu = "10.0.0-beta.1"
modmenu = "11.0.0-beta.1"

[libraries]
architectury-common = { module = "dev.architectury:architectury", version.ref = "architectury" }
Expand Down

0 comments on commit 610b8bc

Please sign in to comment.