Adding initial commit files to satisfy modrinth mods

This commit is contained in:
Tara 2022-10-12 19:01:02 -07:00 committed by GitHub
parent ee2a4b0d57
commit c6dcce614b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 1619 additions and 0 deletions

6
settings.gradle Normal file
View file

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