Initial commit
This commit is contained in:
commit
fc567b9fd4
12 changed files with 770 additions and 0 deletions
9
settings.gradle
Normal file
9
settings.gradle
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven { url = 'https://maven.minecraftforge.net/' }
|
||||
maven { url = 'https://maven.parchmentmc.org' }
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = 'tcleveling'
|
||||
Loading…
Add table
Add a link
Reference in a new issue