Adding initial commit files to satisfy modrinth mods
This commit is contained in:
parent
ee2a4b0d57
commit
c6dcce614b
9 changed files with 1619 additions and 0 deletions
6
settings.gradle
Normal file
6
settings.gradle
Normal file
|
@ -0,0 +1,6 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven { url = 'https://maven.minecraftforge.net/' }
|
||||
}
|
||||
}
|
Reference in a new issue