KTale-1.0-SNAPSHOT.jar
16 Jan 2026
CurseForge · Hytale mod
Kotlin runtime provider for Hytale
Quick answer
KTale-1.0-SNAPSHOT.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
KTale-1.0-SNAPSHOT.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for KTale-1.0-SNAPSHOT.jar. Pick another file and the loader, install side or required mods may change.
Use KTale-1.0-SNAPSHOT.jar. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside KTale-1.0-SNAPSHOT.jar. It opens that exact file at the source.
About this project
KTale provides the Kotlin runtime required to make and run Kotlin plugins & mods for Hytale without needing to shade Kotlin into each project.
Simply add this to your manifest.json
"Dependencies": {
"Flux:KTale": ">=1.0.0"
}
If your using Gradle, you may need to modify your build.gradle
plugins {
id 'org.jetbrains.kotlin.jvm' version '2.2.20'
id 'com.gradleup.shadow' version '9.1.0'
}
shadowJar {
archiveClassifier.set("")
from(sourceSets.main.output)
exclude("kotlin/**")
include("com/google/**") // Include required dependencies
include("not/savage/hytale/**") // Include your root package.
include("**/*.json") // Include resources
mergeServiceFiles()
}
Project description from CurseForge.
Recent files
16 Jan 2026
Looking for an older file? The official CurseForge project page is in Resources.