Skip to content

Commit

Permalink
1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsiV01 committed Oct 29, 2024
1 parent ee46975 commit 05fab26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### :warning: WARNING :warning:: You **CANNOT** publish any code generated by this tool.

### Supported versions:
1.13->1.21.1
1.13->1.21.3

### Important
1.17< Needs JDK 16
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ group = 'me.yourname'
version = '1.0.0'

ext {
minecraft_version = '1.21.1'
mcp_version = '20240808.132146'
minecraft_version = '1.21.3'
mcp_version = '20241025.112443'
mappings_channel = 'official'
mappings_version = '1.21.1'
mappings_version = '1.21.3'
spi_version = '7.1.5'
}

Expand Down
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.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 05fab26

Please sign in to comment.