more fixes for ItemMeta relating to components

This commit is contained in:
Jake Potrebic 2024-04-27 22:27:51 -07:00
parent e16263c39f
commit 306b203c2d
No known key found for this signature in database
GPG key ID: ECE0B3C133C016C5
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\"",