Parchment mappings

This commit is contained in:
embeddedt 2023-01-04 18:52:49 -05:00
parent dc18e782c4
commit 78f42308fe
No known key found for this signature in database
GPG Key ID: A69433EC199B5613
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,7 @@ buildscript {
plugins {
id 'net.minecraftforge.gradle' version '5.1.+'
id 'org.parchmentmc.librarian.forgegradle' version '1.+'
}
apply plugin: 'org.spongepowered.mixin'
@ -37,7 +38,7 @@ minecraft {
//
// 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.
mappings channel: 'official', version: minecraft_version
mappings channel: 'parchment', version: "${parchment_version}-${minecraft_version}"
accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')

View File

@ -3,4 +3,5 @@ org.gradle.daemon=false
minecraft_version=1.16.5
forge_version=36.2.39
lazydfu_version=3249059
mekanism_version=1.16.5-10.1.2.457
mekanism_version=1.16.5-10.1.2.457
parchment_version=2022.03.06

View File

@ -2,6 +2,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' }
maven { url = 'https://maven.parchmentmc.org' }
}
}