Initial commit - DimensionAccess 1.0.0

This commit is contained in:
jessy-david-dev
2026-06-11 17:47:01 +02:00
commit 61082d00ef
12 changed files with 496 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}