登陆 注册 QQ登陆
快捷导航
查看: 5|回复: 0

[模组分享] Emogg (emogg)-MOD模组

[复制链接]

5211

主题

42

回帖

6293

积分

龙❁妻

Rank: 8Rank: 8

经验
6293 EP
金粒
1000 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 17:33:00 | 显示全部楼层 |阅读模式 IP:浙江宁波
Emogg (emogg)Github |相关wiki |源站链接支持: fabric , forge , neoforge , quilt为聊天和大多数 Minecraft 界面添加了表情符号(emote)支持。新的表情符号(emote)可以通过材质包添加

Emogg 可以改善聊天体验!

为聊天和大多数 Minecraft 界面添加了表情符号(emote)支持!

https://github.com/aratakileo/emogg/blob/main/preview/preview-1.gif?raw=true]

https://github.com/aratakileo/emogg/blob/main/preview/preview-2.gif?raw=true]

https://discord.gg/t5ZqftXG4b]

特点

- 支持静态和动态表情符号
- 通过资源包支持自定义表情符号,只需将您的表情符号图像放在 `assets/emogg/emoji` 中即可。您也可以使用 [我们的网站](链接) 从 Discord 服务器表情符号生成资源包
- 表情符号将显示在聊天中、牌子上、物品名称中、实体名称标签中、容器名称中等(可能尚未在纯文本中起作用)
- 表情符号建议和自动完成(仅适用于聊天)
- 表情符号选择菜单(仅适用于聊天)
- 两个内置表情包

如何使用表情符号?

要使用表情符号,您需要键入 `:表情符号名称:`。

如果您在聊天屏幕上开始输入此内容,Emogg 将为您显示自动完成建议。

表情符号选择菜单也可用于聊天,通过点击右下角的按钮打开,或者点击中键或按 `Shift` + `Esc`。

您还可以通过单击聊天或书籍中的表情符号来复制它们的名称。

如果您在服务器上或通过网络进行游戏,那么除了您和其他玩家必须安装此 mod 外,每个人都必须添加相同的资源包。否则,其他玩家将看到 `:表情符号名称:`。

如果您不希望表情符号名称转换为表情符号,可以使用 `\\:` 进行转义,如此 `\\:表情符号名称:`。

如何添加自己的表情符号?

您可以在 [我们的网站](链接) 上轻松将 Discord 服务器中的表情符号转换为资源包!

以下提供了更高级用户的资源包详细信息。

要将表情符号添加到游戏中,只需将格式为 `.gif` 或 `.png` 的图片添加到资源包中的 `assets/emogg/emoji` 文件夹中即可。以这种方式添加的每张图片都将自动添加到游戏中作为表情符号。

表情符号的最佳分辨率将约为 `128x128` 像素(这不是一条规则,而是一条建议)。如果图片边缘与内容之间没有太多空白空间,表情符号在游戏中将看起来更好。最好避免添加具有太小细节的表情符号,因为它们可能难以辨认。

还支持非方形表情符号,它们将被缩放以适应文本高度。

图像文件的名称(不带扩展名)将用作表情符号的名称,该名称只能由小写拉丁字符 `a-z`、数字 `0-9`、下划线 `_` 组成。此外,下划线不能位于表情符号名称的开头或结尾。图像文件的名称可以是任何内容,但在加载表情符号时,所有名称都将被修改如下:

- 所有空格、点和破折号将被替换为下划线
- 名称开头和结尾的下划线将被删除
- 不支持的字符将从名称中删除
- 大写拉丁字符将转换为小写字符

同样的规则适用于您的表情符号将列在其中的类别的名称。默认情况下,所有添加到主目录的表情符号都将列在 `other` 类别中。

要将您的表情符号链接到特定类别,只需在主文件夹内创建一个与该类别同名的文件夹,并将表情符号移至该文件夹。主文件夹和类别文件夹之间可以有任意数量的任意名称的文件夹,因为除主文件夹外,直接位于您的表情符号的资源包的名称将被用作类别的名称。这可以用于创建命名空间。因此,如果另一个资源包中有与您相同名称的表情符号,则您的表情符号和来自另一个资源包的表情符号都将添加到游戏中。

默认情况下,该 mod 中已注册以下类别名称:

- `anime`
- `memes`
- `people`
- `nature`
- `food`
- `activities`
- `travel`
- `objects`
- `symbols`
- `flags`
- `other`

您可以将您的表情符号添加到这些类别中,也可以创建您自己的类别。此外,已实现了这些类别的六种语言的翻译:英语、德语、日语、中文、乌克兰语、俄语。您可以 [帮助翻译](链接) 将 mod 翻译成其他语言。如果不使用资源包语言文件为新类别添加翻译,将使用大写字母的文件夹名称。要添加类别的翻译,您需要使用翻译键 `emogg.category.your_category_name`,其中需要将 `your_category_name` 替换为您的类别名称。您添加的每个新类别都将显示在选择菜单中,位于 mod 中已构建的类别之上。

如果 mod 检测到两个或更多具有相同名称的表情符号,将在其名称的末尾添加一个数字以区分它们。

您可以在 Internet 上找到有关如何创建自己的资源包的更详细信息,或者您可以 [下载](链接) 一个内置的资源包作为示例。

您可以在 Internet 上找到有关如何创建自己的资源包的更详细信息,或者您可以 [下载](链接) 一个 mod 内置的资源包作为示例。

截图:

https://i.sodamc.com/modrinth/x3Zpzp7veb.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/qE4DgubwYw.jpg?x-oss-process=style/forge2]

来自Modrinth所有游戏版本1.20.31.20.41.20.21.201.20.11.19.21.19.41.19.11.191.171.17.11.181.18.11.18.2所有类型fabricquiltforgeneoforgeemogg 2.0.1+1.20.3-1.20.4emogg-2.0.1+1.20.3-1.20.4.jar下载2.0.1+fabric-1.20.4#Release## What\'s Changed* Fix quilt compatibility (discontinuing the use of the Fabric API) by [@aratakileo](https://github.com/aratakileo) in [#41](https://github.com/aratakileo/emogg/pull/41)* Fix Bobby Compatibility by [@Sascha-T](https://github.com/Sascha-T) in [#42](https://github.com/aratakileo/emogg/pull/42)## New Contributors* [@Sascha-T](https://github.com/Sascha-T) made their first contribution in [#42](https://github.com/aratakileo/emogg/pull/42)[[Full Changelog v2.0.0...v2.0.1]](https://github.com/aratakileo/emogg/compare/v2.0.0...v2.0.1)展开版本: 2.0.1+fabric-1.20.4支持游戏: 1.20.3, 1.20.4类型:FabricQuiltRelease下载次数: 1,029emogg 2.0.1+1.20.2emogg-2.0.1+1.20.2.jar下载2.0.1+fabric-1.20.2#Release## What\'s Changed* Fix quilt compatibility (discontinuing the use of the Fabric API) by [@aratakileo](https://github.com/aratakileo) in [#41](https://github.com/aratakileo/emogg/pull/41)* Fix Bobby Compatibility by [@Sascha-T](https://github.com/Sascha-T) in [#42](https://github.com/aratakileo/emogg/pull/42)## New Contributors* [@Sascha-T](https://github.com/Sascha-T) made their first contribution in [#42](https://github.com/aratakileo/emogg/pull/42)[[Full Changelog v2.0.0...v2.0.1]](https://github.com/aratakileo/emogg/compare/v2.0.0...v2.0.1)展开版本: 2.0.1+fabric-1.20.2支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 229emogg 2.0.1+1.20-1.20.1-forgedemogg-2.0.1+1.20-1.20.1-forged.jar下载2.0.1+forged-1.20.1#Release## What\'s Changed* Fix forge compatibility* Fix quilt compatibility (discontinuing the use of the Fabric API) by [@aratakileo](https://github.com/aratakileo) in [#41](https://github.com/aratakileo/emogg/pull/41)* Fix Bobby Compatibility by [@Sascha-T](https://github.com/Sascha-T) in [#42](https://github.com/aratakileo/emogg/pull/42)## New Contributors* [@Sascha-T](https://github.com/Sascha-T) made their first contribution in [#42](https://github.com/aratakileo/emogg/pull/42)[[Full Changelog v2.0.0...v2.0.1]](https://github.com/aratakileo/emogg/compare/v2.0.0...v2.0.1)展开版本: 2.0.1+forged-1.20.1支持游戏: 1.20, 1.20.1类型:ForgeNeoForgeRelease下载次数: 2,112emogg 2.0.1+1.20-1.20.1emogg-2.0.1+1.20-1.20.1.jar下载2.0.1+fabric-1.20.1#Release## What\'s Changed* Fix quilt compatibility (discontinuing the use of the Fabric API) by [@aratakileo](https://github.com/aratakileo) in [#41](https://github.com/aratakileo/emogg/pull/41)* Fix Bobby Compatibility by [@Sascha-T](https://github.com/Sascha-T) in [#42](https://github.com/aratakileo/emogg/pull/42)## New Contributors* [@Sascha-T](https://github.com/Sascha-T) made their first contribution in [#42](https://github.com/aratakileo/emogg/pull/42)[[Full Changelog v2.0.0...v2.0.1]](https://github.com/aratakileo/emogg/compare/v2.0.0...v2.0.1)展开版本: 2.0.1+fabric-1.20.1支持游戏: 1.20, 1.20.1类型:FabricQuiltRelease下载次数: 4,233emogg 2.0.0+1.20-1.20.1-forgedemogg-2.0.0+1.20-1.20.1-forged.jar下载2.0.0+forged-1.20.1#Release## What\'s Changed* Major refactor: New emoji system, random improvements, and fundation work for planned features. by [@shBLOCK](https://github.com/shBLOCK) in [#29](https://github.com/aratakileo/emogg/pull/29)* Update zh_cn.json by [@shBLOCK](https://github.com/shBLOCK) in [#30](https://github.com/aratakileo/emogg/pull/30) [#33](https://github.com/aratakileo/emogg/pull/33)* Add support for Chinese colons by [@shBLOCK](https://github.com/shBLOCK) in [#31](https://github.com/aratakileo/emogg/pull/31)* Update README and add a Chinese version of it by [@shBLOCK](https://github.com/shBLOCK) in [#32](https://github.com/aratakileo/emogg/pull/32)* Fix quilt compatibility and improve shader handling by [@shBLOCK](https://github.com/shBLOCK) in [#34](https://github.com/aratakileo/emogg/pull/34)* Move to elegantia by [@aratakileo](https://github.com/aratakileo) in [#38](https://github.com/aratakileo/emogg/pull/38)## New Contributors* [@shBLOCK](https://github.com/shBLOCK) made their first contribution in [#29](https://github.com/aratakileo/emogg/pull/29)[[Full Changelog v1.0.1...v2.0.0]](https://github.com/aratakileo/emogg/compare/v1.0.1...v2.0.0)展开版本: 2.0.0+forged-1.20.1支持游戏: 1.20, 1.20.1类型:ForgeNeoForgeRelease下载次数: 137emogg 2.0.0+1.20-1.20.1emogg-2.0.0+1.20-1.20.1.jar下载2.0.0+fabric-1.20.1#Release## What\'s Changed* Major refactor: New emoji system, random improvements, and fundation work for planned features. by [@shBLOCK](https://github.com/shBLOCK) in [#29](https://github.com/aratakileo/emogg/pull/29)* Update zh_cn.json by [@shBLOCK](https://github.com/shBLOCK) in [#30](https://github.com/aratakileo/emogg/pull/30) [#33](https://github.com/aratakileo/emogg/pull/33)* Add support for Chinese colons by [@shBLOCK](https://github.com/shBLOCK) in [#31](https://github.com/aratakileo/emogg/pull/31)* Update README and add a Chinese version of it by [@shBLOCK](https://github.com/shBLOCK) in [#32](https://github.com/aratakileo/emogg/pull/32)* Fix quilt compatibility and improve shader handling by [@shBLOCK](https://github.com/shBLOCK) in [#34](https://github.com/aratakileo/emogg/pull/34)* Move to elegantia by [@aratakileo](https://github.com/aratakileo) in [#38](https://github.com/aratakileo/emogg/pull/38)## New Contributors* [@shBLOCK](https://github.com/shBLOCK) made their first contribution in [#29](https://github.com/aratakileo/emogg/pull/29)[[Full Changelog v1.0.1...v2.0.0]](https://github.com/aratakileo/emogg/compare/v1.0.1...v2.0.0)展开版本: 2.0.0+fabric-1.20.1支持游戏: 1.20, 1.20.1类型:FabricQuiltRelease下载次数: 162emogg 2.0.0+1.20.3-1.20.4emogg-2.0.0+1.20.2-1.20.4.jar下载2.0.0+fabric-1.20.4#Release## What\'s Changed* Major refactor: New emoji system, random improvements, and fundation work for planned features. by [@shBLOCK](https://github.com/shBLOCK) in [#29](https://github.com/aratakileo/emogg/pull/29)* Update zh_cn.json by [@shBLOCK](https://github.com/shBLOCK) in [#30](https://github.com/aratakileo/emogg/pull/30) [#33](https://github.com/aratakileo/emogg/pull/33)* Add support for Chinese colons by [@shBLOCK](https://github.com/shBLOCK) in [#31](https://github.com/aratakileo/emogg/pull/31)* Update README and add a Chinese version of it by [@shBLOCK](https://github.com/shBLOCK) in [#32](https://github.com/aratakileo/emogg/pull/32)* Fix quilt compatibility and improve shader handling by [@shBLOCK](https://github.com/shBLOCK) in [#34](https://github.com/aratakileo/emogg/pull/34)* Move to elegantia by [@aratakileo](https://github.com/aratakileo) in [#38](https://github.com/aratakileo/emogg/pull/38)## New Contributors* [@shBLOCK](https://github.com/shBLOCK) made their first contribution in [#29](https://github.com/aratakileo/emogg/pull/29)[[Full Changelog v1.0.1...v2.0.0]](https://github.com/aratakileo/emogg/compare/v1.0.1...v2.0.0)展开版本: 2.0.0+fabric-1.20.4支持游戏: 1.20.3, 1.20.4类型:FabricQuiltRelease下载次数: 140emogg 1.0.1+1.20-1.20.1-forgedemogg-1.0.1+1.20-1.20.1-forged.jar下载1.0.1#Release- port to Forge 1.20-1.20.1展开版本: 1.0.1支持游戏: 1.20, 1.20.1类型:ForgeRelease下载次数: 288emogg 1.0.1+1.20.3-1.20.4emogg-1.0.1+1.20.3-1.20.4.jar下载1.0.1#Release- port to 1.20.3-1.20.4展开版本: 1.0.1支持游戏: 1.20.3, 1.20.4类型:FabricQuiltRelease下载次数: 249emogg 1.0.1+1.20.2emogg-1.0.1+1.20.2.jar下载1.0.1#Release- port to 1.20.2展开版本: 1.0.1支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 139emogg 1.0.1+1.20-1.20.1emogg-1.0.1+1.20-1.20.1.jar下载1.0.1#Release## What\'s Changed- fixed a bug with text entering outside the text input field by [@unilock](https://github.com/unilock) in [#27](https://github.com/aratakileo/emogg/pull/27)- move to SuggestionsAPI v1.0.4## New Contributors- [@unilock](https://github.com/unilock) made their first contribution in [#27](https://github.com/aratakileo/emogg/pull/27)**Full Changelog**: [[v1.0.0...v1.0.1]](https://github.com/aratakileo/emogg/compare/v1.0.0...v1.0.1)展开版本: 1.0.1支持游戏: 1.20, 1.20.1类型:FabricQuiltRelease下载次数: 321emogg 1.0.0+1.20.1-forgedemogg-1.0.0+1.20.1-forged.jar下载1.0.0#Release- port to Forge 1.20.1展开版本: 1.0.0支持游戏: 1.20.1类型:ForgeRelease下载次数: 232emogg 1.0.0+1.20.3-1.20.4emogg-1.0.0+1.20.3-1.20.4-fix.jar下载1.0.0#Release- port to 1.20.3-1.20.4展开版本: 1.0.0支持游戏: 1.20.3, 1.20.4类型:FabricQuiltRelease下载次数: 297emogg 1.0.0+1.20.2emogg-1.0.0+1.20.(2).jar下载1.0.0#Release- port to 1.20.2展开版本: 1.0.0支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 787emogg 1.0.0+1.20-1.20.1emogg-1.0.0+1.20-1.20.1.jar下载1.0.0#Release- added mod interface translation for Japanese [#25](https://github.com/aratakileo/emogg/pull/25)- now you can expand or hide emojis of any category- now if the category name does not fit in the emoji selection menu, then the name of this category will be shortened with the addition of a colon at the end- added the ability to quickly open the emoji selection menu by pressing `Shift + Esc` shortcut or middle mouse button on the chat screen- move to [Suggestions API](https://modrinth.com/mod/suggestions-api) v1.0.3- various problems with suggestions has been fixed- no more conflicts with mods that\'s powered by [Suggestions API](https://modrinth.com/mod/suggestions-api) like [JIME](https://modrinth.com/mod/jime)- now non-embedded categories will be displayed in the emoji selection menu in alphabetical order- various graphical bugs with EmojiSelectionMenu has been fixed展开版本: 1.0.0支持游戏: 1.20, 1.20.1类型:FabricQuiltRelease下载次数: 408emogg 1.0-BETA.8+1.19.2emogg-1.0-BETA.8+1.19.2.jar下载1.0-BETA.8#Beta- backport to 1.19.2 by [@Katherine](https://github.com/unilock)展开版本: 1.0-BETA.8支持游戏: 1.19.2类型:FabricQuiltBeta下载次数: 883emogg 1.0-BETA.8+1.20.xemogg-1.0-BETA.8-1.20.x.jar下载1.0-BETA.8#Beta- added mod interface translation for Traditional and Simplified Chinese [#16](https://github.com/aratakileo/emogg/pull/16)- new gif decoding engine (STBImage library):- now animated emojis load 10x faster- emogg no longer crashes the game on macOS [#13](https://github.com/aratakileo/emogg/issues/13)- now almost all animated emojis are decoded correctly, compared to the previous implementation, and you probably won\'t see graphic artifacts in them anymore- fixed a problem with broken text formatting [#15](https://github.com/aratakileo/emogg/issues/15) [#18](https://github.com/aratakileo/emogg/pull/18)- now the thumb does not go beyond the scrollbar of the emoji selection menu when scrolling with the mouse wheel [#20](https://github.com/aratakileo/emogg/issues/20) [#22](https://github.com/aratakileo/emogg/pull/22)- starting from this version, emojis in all categories will be displayed in alphabetical order [#21](https://github.com/aratakileo/emogg/issues/21) [#23](https://github.com/aratakileo/emogg/pull/23)- new built-in category `memes`- new built-in emojis- now if you disable the resource pack with emojis that are in the frequently used emojis section, then these emojis will remain in this section, but will not be displayed for you. However, this will be the case until the next resources change (re-entering the game, changing the resource packs used, changing the language), after that the emojis will be removed from the frequently used emojis section, if along with this resource change, the resource pack with these emojis will not be enabled again. This can be useful if for some reason Minecraft has disabled all resource packs, for example due to the crash of the game展开版本: 1.0-BETA.8支持游戏: 1.20, 1.20.1类型:FabricQuiltBeta下载次数: 3,485emogg 1.0-BETA.7+1.20.xemogg-1.0-BETA.7-1.20.x.jar下载1.0-BETA.7#Beta- optimisation: emoji loading was accelerated by about 6.5 times! (the speed may vary from device to device)- fixed wrapping text with emojis in various interfaces (for example, in a chat, in a sign and in others) [#4](https://github.com/aratakileo/emogg/issues/4) [#5](https://github.com/aratakileo/emogg/issues/5)- added a section with frequently used emojis in the emoji selection menu- better emoji suggestions preview: now, in addition to the emoji preview, when emoji suggestions are displayed, emoji names are also displayed on the right- new built-in emojis- minor bugfix展开版本: 1.0-BETA.7支持游戏: 1.20, 1.20.1类型:FabricQuiltBeta下载次数: 114emogg 1.0-BETA.6+1.20.xemogg-1.0-BETA.6-1.20.x.jar下载1.0-BETA.6#Beta- 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/emoji` will be assigned to the `other` category 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 key `emogg.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](https://github.com/aratakileo/emogg/pull/11) by [@Abbie5](https://github.com/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](https://github.com/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展开版本: 1.0-BETA.6支持游戏: 1.20, 1.20.1类型:FabricQuiltBeta下载次数: 194emogg 1.0-BETA.5+1.20.xemogg-1.0-BETA.5-1.20.x.jar下载1.0-BETA.5#Beta- now the emoji selection menu is displayed correctly regardless of the scale of the interface- now emojis that do not fit in the emoji selection menu are not rendered- now the emoji selection menu can be scrolled if emojis do not fit in the emoji selection menu- now the tooltips move after the mouse cursor when you select an emoji in the emoji selection menu (previously, this did not work for versions 1.20 and 1.20.1)- fixed a crash that occurs under specific rarely circumstances when one of the mods passed a null value as text (the issue was stated as \"a conflict with the FancyMenu mod\") [#8](https://github.com/aratakileo/emogg/issues/8)- now the name of the emoji (`:emoji_name:`) is replaced by the emoji itself when it is entered in the text input field (previously, this did not work for versions 1.20 and 1.20.1)- removed unnecessary output to the developer console [#9](https://github.com/aratakileo/emogg/issues/9)- to optimize the development process, support for all versions of Minecraft has been prematurely suspended, except versions 1.20 and 1.20.1. Updates for other versions will no longer be released (┬┬﹏┬┬)展开版本: 1.0-BETA.5支持游戏: 1.20, 1.20.1类型:FabricQuiltBeta下载次数: 136emogg 1.0-BETA.4+1.19.4emogg-1.0-BETA.4-1.19.4.jar下载1.0-BETA.4#Beta- crash fix [#6](https://github.com/aratakileo/emogg/issues/6)展开版本: 1.0-BETA.4支持游戏: 1.19.4类型:FabricQuiltBeta下载次数: 274emogg 1.0-BETA.4+1.20.xemogg-1.0-BETA.4-1.20.x.jar下载1.0-BETA.4#Beta- now, in addition to versions 1.17.x - 1.18.x, 1.19.4, the mod supports versions 1.20.x (not fictitiously, as before) [#2](https://github.com/aratakileo/emogg/issues/2)展开版本: 1.0-BETA.4支持游戏: 1.20, 1.20.1类型:FabricQuiltBeta下载次数: 2,315emogg 1.0-BETA.3+1.19.1emogg-1.0-BETA.3-1.19.1-1.19.4.jar下载1.0-BETA.3#Beta- now, in addition to versions 1.17.x - 1.18.x, the mod supports versions 1.19.1 (not fictitiously, as before) [#2](https://github.com/aratakileo/emogg/issues/2)- now the interface is available in three new languages: Russian, German, and Ukrainian展开版本: 1.0-BETA.3支持游戏: 1.19.1类型:FabricQuiltBeta下载次数: 260emogg 1.0-BETA.3+1.19emogg-1.0-BETA.3-1.19.x.jar下载1.0-BETA.3#Beta- now, in addition to versions 1.17.x - 1.18.x, the mod supports versions 1.19 (not fictitiously, as before) [#2](https://github.com/aratakileo/emogg/issues/2)- now the interface is available in three new languages: Russian, German, and Ukrainian展开版本: 1.0-BETA.3支持游戏: 1.19类型:FabricQuiltBeta下载次数: 116emogg 1.0-BETA.3+1.17.x-1.18.xemogg-1.0-BETA.3-1.17.x-1.18.x.jar下载1.0-BETA.3#Beta- now the interface is available in three new languages: Russian, German, and Ukrainian展开版本: 1.0-BETA.3支持游戏: 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2类型:FabricQuiltBeta下载次数: 249emogg 1.0-BETA.2+1.17.x-1.18.xemogg-1.0-BETA.2.jar下载1.0-BETA.2#Beta- now you can use the emoji selection menu to choose one (only for chat interface; you can disable this feature in settings)<br/><br/><img src=\"https://github.com/aratakileo/emogg/assets/83653555/a546b5a7-a81b-42a7-bb57-5b58d16c5f91\"/>- added new built-in emojis for demonstration- now now it\'s possible to escape emoji code with backslash before it `\\:emoji_name:`- new mod config interface<br/><br/><img src=\"https://github.com/aratakileo/emogg/assets/83653555/7344b70c-384f-4e8b-ac6a-07aeedb7c155\"/>- minor bug fixes展开版本: 1.0-BETA.2支持游戏: 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2类型:FabricQuiltBeta下载次数: 73emogg 1.0-BETA.1+1.17.x-1.18.xemogg-1.0-BETA.1.jar下载1.0-BETA.1#Beta- now you can disable built-in emojis (to access the disable button you need [`Mod Menu`](https://modrinth.com/mod/modmenu) mod). After this action, the emoji will not appear for you in the prompts, but the emoji will be drawn if you enter it manually or another player sends you a message with this emoji- now the built-in emojis are loaded once, when the game starts. When changing the resourcepacks, the reload of such emojis will be ignored- almost all the built-in emojis were cut out, with the exception of four- new mod icon展开版本: 1.0-BETA.1支持游戏: 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2类型:FabricQuiltBeta下载次数: 98emogg 1.0-BETA+1.17.x-1.18.xemogg-1.0-BETA.jar下载1.0-BETA#Beta- the move to a new emoji rendering engine has been made- animated emojis support- added the ability to add your own emojis by resourcepacks- minor bug fixes and improvements展开版本: 1.0-BETA支持游戏: 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2类型:FabricQuiltBeta下载次数: 77全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
Emogg
楼主 2025-8-10 17:33:00 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2025-8-28 04:08 , Processed in 0.202827 second(s), 49 queries .

快速回复 返回顶部 返回列表