Skip to content

Commit

Permalink
change default item name
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlseraid committed Jul 24, 2024
1 parent d10507a commit 9ea420f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object ItemPickupLog {
enum class DisplayLayout(private val display: String) {
CHANGE_AMOUNT("§a+256"),
ICON("§e✎"),
ITEM_NAME("§d[Cute] Skirtwearer's Cake Soul"),
ITEM_NAME("§d[:3] TransRights's Cake Soul"),
;

override fun toString() = display
Expand Down

0 comments on commit 9ea420f

Please sign in to comment.