Initial commit
This commit is contained in:
parent
75febf65ae
commit
10a7b4ce1b
30 changed files with 1215 additions and 0 deletions
8
settings.gradle
Normal file
8
settings.gradle
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven { url = 'https://maven.minecraftforge.net/' }
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = 'predench'
|
||||
Loading…
Add table
Add a link
Reference in a new issue