Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 817f4fb

Browse files
committed
fix(item-builder): I want to murder myself.
1 parent 2f90f9f commit 817f4fb

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
apply(plugin = "maven-publish")
15-
val versionVar = "0.5.85"
15+
val versionVar = "0.5.86"
1616
val groupIdVar = "com.undefined"
1717
val artifactIdVar = "api"
1818

common/src/main/java/com/undefined/api/utils/item/ItemBuilder.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ class ItemBuilder(private val material: Material) {
6161
return this
6262
}
6363

64-
fun setLore(lore: List<String>): ItemBuilder {
65-
this.lore = lore.map { it.miniMessage() }.toMutableList()
66-
return this
67-
}
68-
6964
fun setLore(vararg lore: String): ItemBuilder {
7065
this.lore = lore.map { it.miniMessage() }.toMutableList()
7166
return this

0 commit comments

Comments
 (0)