fix: bug fixes and suicide notes
This commit is contained in:
@@ -19,7 +19,7 @@ public class MinecraftInitLevelListener {
|
|||||||
InitLevel.bump(InitLevel.RENDER);
|
InitLevel.bump(InitLevel.RENDER);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Inject(method = "method_29339", at = @At(value = "HEAD"))
|
@Inject(method = "<init>", at = @At(value = "TAIL"))
|
||||||
private void onFinishedLoading(CallbackInfo ci) {
|
private void onFinishedLoading(CallbackInfo ci) {
|
||||||
InitLevel.bump(InitLevel.MAIN_MENU);
|
InitLevel.bump(InitLevel.MAIN_MENU);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -94,6 +94,7 @@ object ItemExporter {
|
|||||||
it.displayNameAccordingToNbt = Text.literal(title)
|
it.displayNameAccordingToNbt = Text.literal(title)
|
||||||
it.loreAccordingToNbt = listOf(Text.literal(""))
|
it.loreAccordingToNbt = listOf(Text.literal(""))
|
||||||
it.setSkyBlockId(skyblockId)
|
it.setSkyBlockId(skyblockId)
|
||||||
|
extra(it) // LOL
|
||||||
})
|
})
|
||||||
MC.sendChat(tr("firmament.repo.export.stub", "Exported a stub item for $skyblockId"))
|
MC.sendChat(tr("firmament.repo.export.stub", "Exported a stub item for $skyblockId"))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user