Add project files

This commit is contained in:
ChaoticByte 2024-10-19 11:27:23 +02:00
parent 1d47ac0466
commit 8d1c9da4ba
No known key found for this signature in database
18 changed files with 757 additions and 1 deletions

10
settings.gradle Normal file
View file

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