PictureSign 1.0.0 - Initial release!

This commit is contained in:
Motschen
2021-10-03 10:00:56 +02:00
parent 3c6f119cfb
commit bc212c9471
18 changed files with 775 additions and 0 deletions

10
settings.gradle Executable file
View File

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