mirror of
https://github.com/TeamMidnightDust/PictureSignTheora.git
synced 2025-12-15 15:55:09 +01:00
PictureSign: Theora Addon
Big thanks to @unascribed (https://github.com/TeamMidnightDust/PictureSign/pull/23)
This commit is contained in:
15
settings.gradle
Executable file
15
settings.gradle
Executable file
@@ -0,0 +1,15 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven { url "https://maven.fabricmc.net/" }
|
||||
maven { url "https://maven.architectury.dev/" }
|
||||
maven { url "https://maven.neoforged.net/releases" }
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
include("common")
|
||||
include("fabric")
|
||||
//include("quilt")
|
||||
include("neoforge")
|
||||
|
||||
rootProject.name = "picturesign-theora"
|
||||
Reference in New Issue
Block a user