Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8
1.13->1.21.9

### 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.8'
mcp_version = '20250717.105350'
minecraft_version = '1.21.9'
mcp_version = '20250930.103108'
mappings_channel = 'official'
mappings_version = '1.21.8'
mappings_version = '1.21.9'
spi_version = '7.0.0'
}

Expand Down