Initial commit

This commit is contained in:
Andrew 2022-07-30 02:16:27 +07:00
parent 75febf65ae
commit 10a7b4ce1b
30 changed files with 1215 additions and 0 deletions

8
settings.gradle Normal file
View file

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