mirror of
https://github.com/shadowfacts/Forgelin.git
synced 2025-01-07 01:34:17 +00:00
Fix jar manifest
This commit is contained in:
parent
0edd79b1ba
commit
8cec8f2201
@ -72,7 +72,7 @@ dependencies {
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes "FMLCorePlugin": "net.shadowfacts.forgelin.ForgelinCorePlugin"
|
||||
attributes "FMLCorePlugin": "net.shadowfacts.forgelin.ForgelinPlugin"
|
||||
attributes "FMLCorePluginContainsFMLMod": "true"
|
||||
}
|
||||
}
|
||||
@ -85,7 +85,7 @@ shadowJar {
|
||||
include(dependency("org.jetbrains.kotlin:kotlin-runtime:${kotlin_version}"))
|
||||
}
|
||||
manifest {
|
||||
attributes "FMLCorePlugin": "net.shadowfacts.forgelin.ForgelinCorePlugin"
|
||||
attributes "FMLCorePlugin": "net.shadowfacts.forgelin.ForgelinPlugin"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user