Update to 1.19.3

This commit is contained in:
Wasinthorn Suksri
2022-12-20 14:39:40 +07:00
parent d6c7a434ae
commit 11d0c5d348
15 changed files with 219 additions and 147 deletions

View File

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