From 6bc4a12ecffe8c8b49e9f4e29df9dd6a1fea42f1 Mon Sep 17 00:00:00 2001 From: IchHabeHunger54 <52419336+IchHabeHunger54@users.noreply.github.com> Date: Thu, 7 Dec 2023 01:54:48 +0100 Subject: [PATCH] Remove mapping values from gradle.properties (#23) --- gradle.properties | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5c20ccf..01edc03 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,25 +17,6 @@ neo_version=20.2.86 neo_version_range=[20.2,) # The loader version range can only use the major version of Neo/FML as bounds loader_version_range=[1,) -# The mapping channel to use for mappings. -# The default set of supported mapping channels are ["official", "snapshot", "snapshot_nodoc", "stable", "stable_nodoc"]. -# Additional mapping channels can be registered through the "channelProviders" extension in a Gradle plugin. -# -# | Channel | Version | | -# |-----------|----------------------|--------------------------------------------------------------------------------| -# | official | MCVersion | Official field/method names from Mojang mapping files | -# | parchment | YYYY.MM.DD-MCVersion | Open community-sourced parameter names and javadocs layered on top of official | -# -# You must be aware of the Mojang license when using the 'official' or 'parchment' mappings. -# See more information here: https://github.com/neoforged/NeoForm/blob/main/Mojang.md -# -# Parchment is an unofficial project maintained by ParchmentMC, separate from Minecraft Forge. -# Additional setup is needed to use their mappings, see https://parchmentmc.org/docs/getting-started -mapping_channel=official -# The mapping version to query from the mapping channel. -# This must match the format required by the mapping channel. -mapping_version=1.20.2 - ## Mod Properties