fix: bug fixes and suicide notes

This commit is contained in:
Linnea Gräf
2025-06-23 00:10:23 +02:00
parent f0eea4ada0
commit 39e979ed22
2 changed files with 2 additions and 1 deletions

View File

@@ -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"))
}