mod version

This commit is contained in:
2025-08-20 20:37:02 +02:00
parent 1ed722c299
commit 799d7075ac
24 changed files with 724 additions and 93 deletions

View File

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