Перейти к содержимому
Mineforgian

Amoji

Adds emojis to Minecraft.

Загрузки
4K
Подписчики
11
Обновлён
20 марта 2025 г.
Лицензия
MIT

Опубликован 13 мая 2024 г.

Amoji

Adds emojis to Minecraft. 2024-05-13_19 36 57

This mod is based largely on Emojiful, but with a focus on simplicity and making it easier to add custom emojis.

The functionality is intended to be kept to a bare minimum, to make maintenance easier.

Adding your own emojis

There is a simple way of adding your own sets of emojis. Using the command /amoji add <name> <url> you can add a set of your own custom emojis.

The URL provided should return data of the following format:

{
  "emoji1Name": "image1Url",
  "emoji2Name": "image2Url",
  "emoji3Name": "image3Url"
}

Example:

{
  "like": "https://raw.githubusercontent.com/albarv340/amoji/main/like.png"
}

This example can be added with the command:

/amoji add example https://raw.githubusercontent.com/albarv340/amoji/main/example.json

The image URLs can be pretty much any static image URLs, and none of the files used have to be hosted on GitHub, it is just an example.

Using Google Sheets

A relatively user-friendly emoji API can be created using google sheets.

  1. Make a copy of this Google Sheet (By clicking File > Make a copy)

  2. Open the Apps Script editor by clicking Extensions > Apps Script.

  3. Click Deploy > New Deployment. Fill in the relevant information and choose Anyone for who has access. And click Deploy.

  4. Authorize Apps Script with your Google Account. (If it tells you the website is unsafe, you should still proceed, it is an official Google product, nothing to worry about).

  5. Copy the link, visiting it should yield a JSON of the correct format with the emojis added to the sheet.

  6. The emoji API can then be added to the mod with the command:

/amoji add <name> <url>

Ченджлог

1.0.4+1.21.4+forgeРелиз1.21.2, 1.21.3, 1.21.4 · 20 марта 2025 г.

Added ability to show the text representation of all emojis of the hovered message when holding shift.

1.0.4+1.21.4+fabricРелиз1.21.2, 1.21.3, 1.21.4 · 20 марта 2025 г.

Added ability to show the text representation of all emojis of the hovered message when holding shift.

1.0.3+1.21.4+forgeРелиз1.21.4 · 9 января 2025 г.

Updated to 1.21.4 Added reload command

1.0.3+1.21.4+fabricРелиз1.21.4 · 9 января 2025 г.

Updated to 1.21.4 Added reload command

1.0.2+1.21+fabricРелиз1.21, 1.21.1 · 7 июля 2024 г.

Fix rendering issue giving some UI elements the wrong width in custom resource packs.

1.0.1+1.20.6+fabricРелиз1.20.6 · 19 мая 2024 г.

Fixed emojis appearing instead of other tab suggestions

1.0.1+1.20.4+fabricРелиз1.20.4 · 19 мая 2024 г.

Fixed emojis appearing instead of other tab suggestions

1.0.1+1.20.4+forgeРелиз1.20.4 · 19 мая 2024 г.

Fixed emojis appearing instead of other tab suggestions

Комментарии

Загружаем…