Application does not extract addons and dump them into the correct directory structure, thus it cannot run outside the preconfigured gradle env.
Logs:
2022-03-27 21:59:29,752 [main] INFO com.dfsek.terra.biometool.BiomeToolLauncher - Starting BiomeTool application.
28, 2022 2:41:18 AM com.sun.javafx.application.PlatformImpl startup
WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @6a472554'
28, 2022 2:41:18 AM tornadofx.Stylesheet$Companion detectAndInstallUrlHandler
INFO: Installing CSS url handler, since it was not picked up automatically
2022-03-27 21:59:30,429 [JavaFX Application Thread] INFO com.dfsek.terra.biometool.BiomeToolView - Initializing Terra platform...
2022-03-27 21:59:30,448 [JavaFX Application Thread] INFO com.dfsek.terra.biometool.BiomeToolPlatform - Root directory: C:\Users\Zelef\.
2022-03-27 21:59:30,449 [JavaFX Application Thread] INFO com.dfsek.terra.AbstractPlatform - Initializing Terra...
2022-03-27 21:59:30,459 [JavaFX Application Thread] INFO com.dfsek.terra.config.PluginConfigImpl - Loading config values from config.yml
2022-03-27 21:59:30,526 [JavaFX Application Thread] DEBUG com.dfsek.terra.addon.BootstrapAddonLoader - Loading bootstrap addons from .\addons\bootstrap
Exception in Application start method
2022-03-27 21:59:30,530 [JavaFX Application Thread] INFO com.dfsek.terra.biometool.BiomeToolView - Initializing Terra platform...
Exception in Application stop method
28, 2022 2:41:18 AM tornadofx.DefaultErrorHandler uncaughtException
SEVERE: Uncaught error
java.lang.RuntimeException: Exception in Application start method
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:901)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:196)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.ExceptionInInitializerError
at com.dfsek.terra.biometool.BiomeToolView.<init>(BiomeToolView.kt:75)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128)
at java.base/jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:347)
... (33 lines left)