Add Spark profiler to dev

This commit is contained in:
embeddedt 2023-01-07 09:32:55 -05:00
parent 2525a64313
commit 975676f3cd
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -148,6 +148,8 @@ dependencies {
compileOnly fg.deobf("mezz.jei:jei-${minecraft_version}:${jei_version}")
runtimeOnly fg.deobf("mezz.jei:jei-${minecraft_version}:${jei_version}")
runtimeOnly fg.deobf("curse.maven:spark-361579:3767277")
}
// Example for how to get properties into the manifest for reading at runtime.