fix: bug fixes and suicide notes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user