Initial commit

This commit is contained in:
specCon18 2023-10-01 05:44:07 -04:00 committed by GitHub
commit 73ac0d3c20
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'
}