more fixes for ItemMeta relating to components

This commit is contained in:
Jake Potrebic
2024-04-27 22:27:51 -07:00
parent c534b3e0ea
commit c6bdd67d28
2 changed files with 104 additions and 1 deletions

View File

@@ -7,7 +7,6 @@ dependencies {
tasks.processResources {
val apiVersion = rootProject.providers.gradleProperty("mcVersion").get()
.split(".", "-").take(2).joinToString(".")
val props = mapOf(
"version" to project.version,
"apiversion" to "\"$apiVersion\"",