Kagami is a Minecraft network-based modding interface designed to provide developers with tools to interact with and modify Minecraft's network packets. It acts as a proxy, enabling the interception and manipulation of packets for custom behavior.
- Packet Interception: Intercept and modify Minecraft network packets.
- Event System: Register and handle events for specific packet types.
- Asynchronous Design: Built on
async-stdfor high performance and scalability.