Skip to content

Commit c007fd0

Browse files
committed
essential-loader: improve error message
1 parent 6de51c5 commit c007fd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/kotlin/gg/essential/essential-loader.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ when {
3636
platform.isModLauncher -> {
3737
dependencies {
3838
val relocatedPackage = findProperty("essential.loader.package")?.toString() ?: throw GradleException("""
39-
No essential loader package set.
40-
You need to set `essential.loader.package` in the project's `gradle.properties` file to a specific package.
41-
The recommended package is your mod's package.
39+
A package for the Essential loader to be relocated to has not been set.
40+
You need to set `essential.loader.package` in the project's `gradle.properties` file to a specific package where Essential's loader will be relocated to.
41+
The recommended package is an unused package within your mod's package.
4242
""".trimIndent())
4343
val relocationAttribute =
4444
registerRelocationAttribute("essential-loader-relocated") {

0 commit comments

Comments
 (0)