Update for 1.19

This commit is contained in:
Andrew 2022-07-20 15:09:04 +07:00
parent f0470f9b87
commit 1377cf258e
23 changed files with 1318 additions and 2821 deletions

8
settings.gradle Normal file
View file

@ -0,0 +1,8 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' }
}
}
rootProject.name = 'mcmodlistdumper'