From 39e979ed221c3b05e505ad1f54db970074906420 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Mon, 23 Jun 2025 00:10:23 +0200 Subject: fix: bug fixes and suicide notes --- src/main/kotlin/features/debug/itemeditor/ItemExporter.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/kotlin') diff --git a/src/main/kotlin/features/debug/itemeditor/ItemExporter.kt b/src/main/kotlin/features/debug/itemeditor/ItemExporter.kt index d497ad2..a800dad 100644 --- a/src/main/kotlin/features/debug/itemeditor/ItemExporter.kt +++ b/src/main/kotlin/features/debug/itemeditor/ItemExporter.kt @@ -94,6 +94,7 @@ object ItemExporter { it.displayNameAccordingToNbt = Text.literal(title) it.loreAccordingToNbt = listOf(Text.literal("")) it.setSkyBlockId(skyblockId) + extra(it) // LOL }) MC.sendChat(tr("firmament.repo.export.stub", "Exported a stub item for $skyblockId")) } -- cgit