Add MDK files at root

This commit is contained in:
cpw 2023-07-15 16:52:06 -04:00
parent b744ccd722
commit 55cc1e2504
No known key found for this signature in database
GPG key ID: 8EB3DF749553B1B7
9 changed files with 0 additions and 0 deletions

13
settings.gradle Normal file
View file

@ -0,0 +1,13 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven {
name = 'MinecraftForge'
url = 'https://maven.neoforged.net/releases'
}
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
}