Updated to 1.20.1

This commit is contained in:
Hexeption
2023-06-13 00:29:37 +01:00
committed by GitHub
parent 0dc201b21e
commit 333019666e

View File

@@ -33,11 +33,11 @@ group = 'me.yourname'
version = '1.0.0'
ext {
minecraft_version = '1.20'
mcp_version = '20230608.053357'
minecraft_version = '1.20.1'
mcp_version = '20230612.114412'
mappings_channel = 'official'
mappings_version = '1.20'
spi_version = '6.0.0'
mappings_version = '1.20.1'
spi_version = '7.0.0'
}
repositories {