-
Notifications
You must be signed in to change notification settings - Fork 0
Configurations
AzureDoom edited this page Jun 8, 2026
·
1 revision
The plugin automatically creates:
vineDecompileTargetsvineDecompileClasspathvineServerJarvineDependencyJarsvineflowerTool
| Configuration | Purpose |
|---|---|
| vineServerJar | Hytale server binary (auto-injected) |
| vineImplementation | Runtime dependencies |
| vineCompileOnly | Compile-time only dependencies |
| vineDecompileTargets | Extra dependencies to decompile for IDE sources |
| hytaleBundledRuntime | Runtime dependency automatically added and optionally bundled |
compileOnly automatically includes:
vineCompileOnlyvineServerJar-
hytaleAssets(Assets.zip for IDE browsing)
This lets you write mods against the Hytale server API without manually declaring the server dependency.