more fixes for ItemMeta relating to components
This commit is contained in:
parent
e16263c39f
commit
306b203c2d
2 changed files with 104 additions and 1 deletions
|
@ -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\"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue