Updated for hytale-tools

This commit is contained in:
AzureDoom
2026-06-03 12:09:19 -04:00
parent fcba26deff
commit 4b4a990bae
10 changed files with 304 additions and 465 deletions

View File

@@ -1,28 +1,16 @@
rootProject.name = "dev.hytalemodding"
plugins {
// See documentation on https://scaffoldit.dev
id("dev.scaffoldit") version "0.2.+"
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
maven {
name = "AzureDoom Maven"
url = uri("https://maven.azuredoom.com/mods")
}
}
}
// Would you like to do a split project?
// Create a folder named "common", then configure details with `common { }`
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
}
hytale {
usePatchline("release")
useVersion("latest")
repositories {
// Any external repositories besides: MavenLocal, MavenCentral, HytaleMaven, and CurseMaven
}
dependencies {
// Any external dependency you also want to include
}
manifest {
Group = "HytaleModding"
Name = "ExamplePlugin"
Main = "dev.hytalemodding.ExamplePlugin"
}
}
rootProject.name = "Replace Me"