PictureSign: Theora Addon

Big thanks to @unascribed (https://github.com/TeamMidnightDust/PictureSign/pull/23)
This commit is contained in:
Martin Prokoph
2024-07-07 20:11:57 +02:00
parent caf1c99392
commit 732e3420fb
86 changed files with 17041 additions and 0 deletions

15
settings.gradle Executable file
View 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"