Initial commit

This commit is contained in:
Andrew 2023-03-26 17:24:25 +07:00
commit fc567b9fd4
12 changed files with 770 additions and 0 deletions

9
settings.gradle Normal file
View file

@ -0,0 +1,9 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' }
maven { url = 'https://maven.parchmentmc.org' }
}
}
rootProject.name = 'tcleveling'