Initial commit with 1.18.2

This commit is contained in:
Andrew 2022-08-13 09:53:54 +07:00
commit fe8dee6a34
12 changed files with 767 additions and 0 deletions

8
settings.gradle Normal file
View file

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