Update comments
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -23,8 +23,14 @@ java.toolchain.languageVersion = JavaLanguageVersion.of(8) // Mojang ships Java
|
|||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
// The mappings can be changed at any time, and must be in the following format.
|
// The mappings can be changed at any time, and must be in the following format.
|
||||||
// snapshot_YYYYMMDD Snapshot are built nightly.
|
// Channel: Version:
|
||||||
// stable_# Stables are built at the discretion of the MCP team.
|
// snapshot YYYYMMDD Snapshot are built nightly.
|
||||||
|
// stable # Stables are built at the discretion of the MCP team.
|
||||||
|
// official MCVersion Official field/method names from Mojang mapping files
|
||||||
|
//
|
||||||
|
// You must be aware of the Mojang license when using the 'official' mappings.
|
||||||
|
// See more information here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md
|
||||||
|
//
|
||||||
// Use non-default mappings at your own risk. they may not always work.
|
// Use non-default mappings at your own risk. they may not always work.
|
||||||
// Simply re-run your setup task after changing the mappings to update your workspace.
|
// Simply re-run your setup task after changing the mappings to update your workspace.
|
||||||
mappings channel: 'official', version: '1.16.5'
|
mappings channel: 'official', version: '1.16.5'
|
||||||
|
|||||||
Reference in New Issue
Block a user