aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-06-23 00:10:23 +0200
committerLinnea Gräf <nea@nea.moe>2025-06-23 00:10:23 +0200
commit39e979ed221c3b05e505ad1f54db970074906420 (patch)
tree640b9417c0836864df45d6b5233b99f4fda07396 /src/main/kotlin
parentf0eea4ada0ba2fa60dddd32f025266dc893af355 (diff)
downloadFirmament-39e979ed221c3b05e505ad1f54db970074906420.tar.gz
Firmament-39e979ed221c3b05e505ad1f54db970074906420.tar.bz2
Firmament-39e979ed221c3b05e505ad1f54db970074906420.zip
fix: bug fixes and suicide notes
Diffstat (limited to 'src/main/kotlin')
-rw-r--r--src/main/kotlin/features/debug/itemeditor/ItemExporter.kt1
1 files changed, 1 insertions, 0 deletions
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"))
}