From 6520faec73a73bc86912951194878f16b2bdc35a Mon Sep 17 00:00:00 2001 From: APie357 Date: Fri, 22 Sep 2023 16:32:40 -0700 Subject: [PATCH] Update to 1.20.2 --- README.md | 2 +- build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ab02b62..20d074b4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ### :warning: WARNING :warning:: You **CANNOT** publish any code generated by this tool. ### Supported versions: -1.13->1.20.1 +1.13->1.20.2 ### Important 1.17< Needs JDK 16 diff --git a/build.gradle b/build.gradle index d1fc51df..9458e0e1 100644 --- a/build.gradle +++ b/build.gradle @@ -34,10 +34,10 @@ group = 'me.yourname' version = '1.0.0' ext { - minecraft_version = '1.20.1' - mcp_version = '20230612.114412' + minecraft_version = '1.20.2' + mcp_version = '20230921.100330' mappings_channel = 'official' - mappings_version = '1.20.1' + mappings_version = '1.20.2' spi_version = '7.0.0' }