Emoji Type is a Minecraft Fabric mod that allows you to easily enter emoji into text fields by typing a specific key word (e.g. :skull:).
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I started work on Emoji Packs - system of organizing and grouping different emojis. Currently they are not visible to end user.
I am working on updating this project to Minecraft 1.21.6, but there are a lot of problems with conflicts between neoforge and fabric loom mappings.
Minecraft is written in java and it is minimized. All mod loaders use some kind of mappings that map random names like kl.ac$a$a -> HudManager.contains. Because EmojiType aims to support 2 major mod loaders I have to use to use Architectury, which aims to resolve conflicts between them, but it isn't perfect :3