Initial Commit

This commit is contained in:
2023-03-20 20:42:09 +02:00
commit aa84399703
26 changed files with 1019 additions and 0 deletions

16
settings.gradle Normal file
View File

@@ -0,0 +1,16 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven {
name = 'Sponge Snapshots'
url = 'https://repo.spongepowered.org/repository/maven-public/'
}
}
}
rootProject.name = 'FTimeouts'
include("Common", "Fabric", "Forge")