Add refmap file to output jar

This commit is contained in:
FlorianMichael 2023-11-01 04:58:44 +01:00
parent fbc33a80d0
commit 703ead17dc
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126

View File

@ -21,7 +21,7 @@ minecraft {
// source set
mods {
"ViaForge" {
"${maven_name}" {
source sourceSets.main
}
}