first commit

This commit is contained in:
Patrick
2026-05-01 19:42:33 +02:00
commit e448a542dc
402 changed files with 23697 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
pluginManagement {
repositories {
mavenCentral()
maven(url = "https://maven.fabricmc.net/") {
name = "Fabric"
}
gradlePluginPortal()
}
}
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
enableFeaturePreview("STABLE_CONFIGURATION_CACHE")
rootProject.name = "heroes"
include(":datatracker")
include(":hero-api")
include(":katara")
include(":aang")
include(":toph")
include(":ffa-server")