Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 3 years ago
All versions
1.0-BETA.6
Beta
emogg 1.0-BETA.6+1.20.x3 years ago 224
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Client and server
Required content
Any compatible version
Changes
- implemented a more intuitive interaction with the emoji selection menu
- implemented support for splitting emojis into categories. All emojis located in the root folder
assets/emogg/emojiwill be assigned to theothercategory by default. Except the root folder, the name of the folder will be used as the name of the category to which the emojis will be assigned. It is also possible to translate category names into different languages, for this you need to use the following translation keyemogg.category.your_category_name - fixed a bug where emojis were not rendered on the signs
- added a scrollbar to the emoji selection menu
- now the built-in emojis can be disabled via the resource packs selection menu instead of the settings screen (#11 by @Abbie5)
- now Twemogg is part of the emoji packs built into the mod (the first version of this resource pack without dividing emojis into categories was compiled by @sisby-folk)
- the emoji selection menu is no longer part of the experimental user experience
- now the size of the buttons in the settings will change according to the changes in their texts
- added new built-in emojis
Optional dependencies
Any compatible version
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:tyANotOf:2L5YH1pZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tyANotOf:2L5YH1pZ"
}

