-
Notifications
You must be signed in to change notification settings - Fork 0
Host Project
AzureDoom edited this page Jun 8, 2026
·
1 revision
The workspace uses a host project to resolve:
- Hytale assets
- Server runtime configuration
You can explicitly configure it:
hytaleWorkspace {
hostProject = ':modA'
}If not set, the first project (by path) is used.
If hytaleHomeOverride is needed for runAllMods, configure it on the selected host
project's hytaleTools block. The workspace plugin uses the host project's resolved
assets path for the shared server launch.
project(':modA') {
hytaleTools {
hytaleHomeOverride = "/path/to/Hytale/install/release/package/game/latest/Assets.zip"
}
}