summaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-05-19 17:40:02 -0400
committerRosa <rosaontheweb@proton.me>2026-05-19 17:40:02 -0400
commitcdb7b6faffa3d708a936b36197996d0beb5be82c (patch)
tree6e75255a3cb2e4f742e345f2da56d7464070bf70 /settings.gradle.kts
the mod works
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts7
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
new file mode 100644
index 0000000..e96ea86
--- /dev/null
+++ b/settings.gradle.kts
@@ -0,0 +1,7 @@
+pluginManagement {
+ repositories {
+ gradlePluginPortal()
+ mavenCentral()
+ maven("https://maven.fabricmc.net/")
+ }
+}