Skip to content

Commit 4dbb152

Browse files
authored
Updated to 1.19.4
1 parent 153f4cf commit 4dbb152

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### :warning: WARNING :warning:: You **CANNOT** publish any code generated by this tool.
66

77
### Supported versions:
8-
1.13->1.19.2
8+
1.13->1.19.4
99

1010
### Important
1111
1.17< Needs JDK 16

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ group = 'me.yourname'
3333
version = '1.0.0'
3434

3535
ext {
36-
minecraft_version = '1.19.2'
37-
mcp_version = '20220805.130853'
36+
minecraft_version = '1.19.4'
37+
mcp_version = '20230314.122934'
3838
mappings_channel = 'official'
39-
mappings_version = '1.19.2'
39+
mappings_version = '1.19.4'
4040
spi_version = '6.0.0'
4141
}
4242

0 commit comments

Comments
 (0)