First release! - VisualOverhaul 1.0.0

This commit is contained in:
Motschen
2020-12-29 14:50:34 +01:00
parent 3fefeac26a
commit 2cffce91fd
55 changed files with 1776 additions and 0 deletions

10
settings.gradle Normal file
View File

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