summaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts7
1 files changed, 6 insertions, 1 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index df4757f..f1ef3c5 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -45,4 +45,9 @@ pluginManagement {
45 id("io.freefair.lombok") version "8.4" 45 id("io.freefair.lombok") version "8.4"
46 id("org.quiltmc.loom") version loomPluginVersion 46 id("org.quiltmc.loom") version loomPluginVersion
47 } 47 }
48} \ No newline at end of file 48}
49
50val modid: String by settings
51val minecraftVersion: String by settings
52
53rootProject.name = "${modid}-mc${minecraftVersion}" \ No newline at end of file