EmojiType

EmojiType

2 devlogs
4h 58m
•  Ship certified
Created by Norbiros

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:).

Timeline

Ship 1

1 payout of shell 71.0 shells

Norbiros

24 days ago

Norbiros Covers 2 devlogs and 4h 58m

I started work on Emoji Packs - system of organizing and grouping different emojis. Currently they are not visible to end user.

Update attachment

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

Update attachment