Links
Tags
Creators
Details
3.0.0-1.21.10-fabric
Compatibility
Changes
🎉 Emoji Type 3.0.0 - Emoji Packs System
This is a major breaking release that introduces a comprehensive emoji packs system, giving you full control over your emoji collections!
🆕 What's New: Emoji Packs
Instead of one big emoji list, you now have organized packs that you can enable, disable, and customize:
Built-in Packs (200+ emojis)
- Minecraft Emojis (119) – tools, weapons, symbols, weather
- Text Art Faces (33) – ASCII emoticons and kaomoji
- Letter Emojis (52) – circled alphabet
How to Use
- Open the mod config (Mod Menu on Fabric, mods list on NeoForge)
- Click "Manage Packs" to see all available packs
- Enable/disable packs with checkboxes – only active packs will show in autocomplete
- Click "Edit" on any pack to customize its emojis
- Click "Create New Pack" to make your own custom collection
Pack Features
- ✅ Enable/disable packs individually
- 🎨 Create unlimited custom packs with the visual editor
- ✏️ Add, remove, or edit emojis in any pack
- 📁 Share packs as simple YAML files (stored in
config/emojitype/emoji_packs/) - 🛡️ Restore bundled packs to defaults if you modify them
- 🔄 Hot reload – changes apply instantly without restarting
📦 Migration
Your old emoji configuration will be automatically migrated to the new pack system on first launch. No manual action needed!
Full Changelog: https://github.com/Norbiros/emojitype/compare/v2.3.4...v3.0.0
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:q7vRRpxU:6RHnbOv3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:q7vRRpxU:6RHnbOv3"
}

