You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create scripts for handling operations in Integrated Dynamics.
11
11
12
-
All stable releases (including deobfuscated builds) can be found on [CurseForge](https://minecraft.curseforge.com/projects/integrated-scripting/files).
12
+
All stable releases (including deobfuscated builds) can be found on [CurseForge](https://www.curseforge.com/minecraft/mc-mods/integrated-scripting/files).
13
13
14
14
[Development builds](https://github.com/CyclopsMC/packages/packages/) are hosted as GitHub packages.
// relocate 'com.oracle.truffle', 'org.cyclops.integratedscripting.vendors.com.oracle.truffle' // Relocation of this fails for com.oracle.truffle.runtime.ModulesSupport at runtime
260
266
}
261
267
assemble.dependsOn shadowJar
262
268
jar {
@@ -426,3 +432,9 @@ tasks.configureEach { task ->
426
432
task.enabled =false
427
433
}
428
434
}
435
+
436
+
task benchmark(type: JavaExec) {
437
+
classpath sourceSets.test.runtimeClasspath
438
+
main ="org.cyclops.integratedscripting.evaluate.translation.BenchmarkValueTranslators"
0 commit comments