First upload

This commit is contained in:
paulevsGitch 2021-05-22 22:11:40 +03:00
parent f09ee4d630
commit d807c9fd1c
15 changed files with 563 additions and 23 deletions

10
settings.gradle Normal file
View file

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