Merge pull request #255 from Kaloyan501/1.21.1

Fix parchment mappings so they are actually used and fix #251
This commit is contained in:
DrMangoTea
2025-11-03 20:01:07 +01:00
committed by GitHub
3 changed files with 17 additions and 14 deletions

View File

@@ -22,14 +22,10 @@ neoForge {
// Specify the version of NeoForge to use.
version = project.neo_version
parchment {
mappingsVersion = project.parchment_mappings_version
minecraftVersion = project.parchment_minecraft_version
}
// This line is optional. Access Transformers are automatically detected
// accessTransformers.add('src/main/resources/META-INF/accesstransformer.cfg')
// Default run configurations.
// These can be tweaked, removed, or duplicated as needed.
runs {