Initial commit

This commit is contained in:
Steven Carpenter 2023-10-17 02:41:02 -04:00 committed by GitHub
commit ceba210c3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 990 additions and 0 deletions

13
settings.gradle Normal file
View file

@ -0,0 +1,13 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven {
name = 'NeoForged'
url = 'https://maven.neoforged.net/releases'
}
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
}