Pixelmoji adds colourful, pixel-art emoji to Minecraft using a custom font and the Glomphosche library.
- Colourful pixel-art emoji
- Small, crisp textures designed for Minecraft's font renderer
- Support for emoji sequences and composed characters
- Lightweight and client-side
- Emojis may count as multiple characters toward Minecraft's character limits.
- Emojis cannot be coloured. Do not apply colour formatting to emojis, as they may render incorrectly or look unusual.
- Minecraft 1.21.10
- Fabric Loader
- Fabric API
- Java 21
- Glomphosche 0.2.1
- Install Fabric for Minecraft 1.21.10.
- Install Fabric API.
- Install Glomphosche.
- Place the Pixelmoji
.jarin yourmodsfolder. - Launch Minecraft.
Note
Pixelmoji is Client-side
This means that Pixelmoji does not need to exist on the server to run, and you can join any server with the mod enabled. (Assuming that the server allows the mod)
Pixelmoji is built using Fabric Loom and Gradle.
Clone the repository:
git clone https://github.com/ceebug/pixelmoji.git pixelmojiThen open the repository in your preferred Java development environment.
Happy coding!
To launch the development client, use the command:
.\gradlew.bat runClientPixelmoji does not yet have textures for all emojis that exist.
If you would like to view the supported emojis, you can see them in the file:
supported-emojis.md
Pixelmoji is open source. See LICENCE for license information.