Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Links
Creators
Details
Licensed LGPL-3.0-only
Published 11 hours ago
Updated 3 days ago
It is easy for administrators to send messages and items to mail with players or servers. UI was created with Jetpack Compose and Material 3 through Composite mode.
Dependencies
https://modrinth.com/mod/composite https://modrinth.com/mod/pyke-lib
Commands and KeyBinding
/우편 보내기 - Open Send Mail Screen
Default Key (P) - Open MailBox
How to use
MailBoxData newMail = MailBoxData.create(String title, String senderName, String content, List<ItemStack> items);
ModComponents.MAIL_BOX.get(receiver).addMail(newMail);



