Get lavacast generation working

This commit is contained in:
astatin3eeeee
2024-12-30 11:48:17 -07:00
parent 60af71f0da
commit 5bf6d73a23
24 changed files with 1890 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}