Made NBT Gui Async, Added sounds to most other GUIs.

This commit is contained in:
thetrouper
2025-03-22 01:24:37 -05:00
parent 0afbbc8549
commit 4069464e16
34 changed files with 188 additions and 197 deletions

View File

@@ -54,12 +54,20 @@ dependencies {
implementation("de.tr7zw:item-nbt-api:2.14.1")
}
static def generateBuildId() {
return new Date().format('HH:mm:ss')
}
processResources {
filesMatching('plugin.yml') {
expand(version: project.version)
expand(
version: project.version,
build: generateBuildId()
)
}
}
task cleanPluginYml {
doLast {
def jarFile = shadowJar.archiveFile.get().asFile