Update the mappings

This commit is contained in:
Zontreck 2024-02-14 04:02:26 -07:00
parent e5ef571346
commit f9b221f5e7
2 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ plugins {
id 'java-library' id 'java-library'
id 'net.neoforged.gradle' version '[6.0.18,6.2)' id 'net.neoforged.gradle' version '[6.0.18,6.2)'
id 'org.spongepowered.mixin' version '0.7.+' id 'org.spongepowered.mixin' version '0.7.+'
id 'org.parchmentmc.librarian.forgegradle' version '1.+' //id 'org.parchmentmc.librarian.forgegradle' version '1.+'
} }
version = mod_version version = mod_version

View file

@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false org.gradle.daemon=false
parchment_version=2023.09.03 # parchment_version=2023.09.03
# luckperms_api_version=5.4 # luckperms_api_version=5.4
libac=1.4.46 libac=1.4.46
@ -38,10 +38,10 @@ loader_version_range=[47,)
# #
# Parchment is an unofficial project maintained by ParchmentMC, separate from Minecraft Forge. # 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 # Additional setup is needed to use their mappings, see https://parchmentmc.org/docs/getting-started
mapping_channel=parchment mapping_channel=official
# The mapping version to query from the mapping channel. # The mapping version to query from the mapping channel.
# This must match the format required by the mapping channel. # This must match the format required by the mapping channel.
mapping_version=2023.09.03-1.20.1 mapping_version=1.20.1
## Mod Properties ## Mod Properties
@ -54,7 +54,7 @@ mod_name=Zontreck Library Mod
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=GPLv3 mod_license=GPLv3
# The mod version. See https://semver.org/ # The mod version. See https://semver.org/
mod_version=1.10.021324.2257 mod_version=1.10.021424.0400
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources. # This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html # See https://maven.apache.org/guides/mini/guide-naming-conventions.html