mirror of
https://github.com/architectury/architectury-api.git
synced 2026-04-02 05:27:42 -05:00
Update to 21w14a, remove typetools, remove fractions in favor of 81000
This commit is contained in:
@@ -87,7 +87,6 @@ public class ClientOverlayMessageSink extends ConsoleMessageSink {
|
||||
}
|
||||
}
|
||||
|
||||
RenderSystem.disableAlphaTest();
|
||||
RenderSystem.disableBlend();
|
||||
matrices.popPose();
|
||||
}
|
||||
|
||||
@@ -59,8 +59,8 @@ public class DebugEvents {
|
||||
return InteractionResult.PASS;
|
||||
});
|
||||
ChatEvent.SERVER.register((player, message, component) -> {
|
||||
SINK.accept("Server chat received: " + message);
|
||||
return InteractionResultHolder.pass(component);
|
||||
SINK.accept("Server chat received: " + message.getRaw());
|
||||
return InteractionResult.PASS;
|
||||
});
|
||||
CommandPerformEvent.EVENT.register(event -> {
|
||||
SINK.accept("Server command performed: " + event.getResults().getReader().getString());
|
||||
|
||||
Reference in New Issue
Block a user