Skip to content

Commit

Permalink
change: adjust error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed Oct 30, 2023
1 parent ad6f09f commit a7358ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/gg/essential/essential-loader.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ when {
dependencies {
val relocatedPackage = findProperty("essential.loader.package")?.toString() ?: throw GradleException("""
A package for the Essential loader to be relocated to has not been set.
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.
The recommended package is an unused package within your mod's package.
You need to set `essential.loader.package` in the project's `gradle.properties` file to a package where Essential's loader will be relocated to.
For example: `essential.loader.package = org.example.coolmod.relocated.essential`
""".trimIndent())
val relocationAttribute =
registerRelocationAttribute("essential-loader-relocated") {
Expand Down

0 comments on commit a7358ed

Please sign in to comment.