Actually update the MC version in the build script..

This commit is contained in:
Player 2021-04-28 17:53:36 +02:00
parent 71cbfa770b
commit aec7f8ec93
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ plugins {
id 'net.fabricmc.filament' version '0.2.0'
}
def minecraft_version = "21w16a"
def minecraft_version = "21w17a"
def ENV = System.getenv()
// Fetch build number from Github Actions