Add parchment to forge

This commit is contained in:
Tfarcenim 2025-02-23 15:15:50 -08:00 committed by GitHub
parent 64913de449
commit 7db4c59d56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,10 @@ legacyForge {
if (at.exists()) {
accessTransformers = ["src/main/resources/META-INF/accesstransformer.cfg"]
}
parchment {
minecraftVersion = parchment_minecraft
mappingsVersion = parchment_version
}
runs {
client {
client()