Initial commit

This commit is contained in:
MeexReay 2023-04-21 17:01:13 +03:00 committed by GitHub
commit ed627ca2f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 748 additions and 0 deletions

10
settings.gradle Normal file
View file

@ -0,0 +1,10 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}