Initial commit.

This commit is contained in:
2025-05-24 02:32:28 +01:00
commit f487eff301
13 changed files with 1054 additions and 0 deletions

15
settings.gradle Normal file
View File

@ -0,0 +1,15 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven {
name = 'MinecraftForge'
url = 'https://maven.minecraftforge.net/'
}
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.7.0'
}
rootProject.name = 'xp_tools'