fabric: Implement FabricClientCommandManager
This commit is contained in:
parent
f16cafda3f
commit
31d1f85830
31 changed files with 275 additions and 66 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue