fabric: Implement FabricClientCommandManager

This commit is contained in:
jmp 2021-03-10 15:00:07 -08:00 committed by Jason
parent f16cafda3f
commit 31d1f85830
31 changed files with 275 additions and 66 deletions

View file

@ -108,6 +108,7 @@ public final class MinecraftExceptionHandler<C> {
final HoverEvent<Component> hover = HoverEvent.showText(
Component.text()
.append(getMessage(cause))
.append(Component.newline())
.append(Component.text(stackTrace))
.append(Component.newline())
.append(Component.text(