Initial commit

This commit is contained in:
Andrew 2022-08-05 01:25:25 +07:00
commit 0df2997010
12 changed files with 767 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 = 'enchantrium'