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

@@ -19,7 +19,7 @@ public class MinecraftInitLevelListener {
InitLevel.bump(InitLevel.RENDER);
}
@Inject(method = "method_29339", at = @At(value = "HEAD"))
@Inject(method = "<init>", at = @At(value = "TAIL"))
private void onFinishedLoading(CallbackInfo ci) {
InitLevel.bump(InitLevel.MAIN_MENU);
}

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