▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Glomphosche
Glomphosche

Glomphosche

View composed glyphs or ligatures in Minecraft. (Alpha)

71
2
Все версииAlpha 0.1.0 for Minecraft 1.21.10

Alpha 0.1.0 for Minecraft 1.21.10

Alpha5 мес. назад

Список изменений

Initial Alpha Release of Glomphosche

A mod that 'hacks' in composed glyphs since chars weren't enough.

Alpha Usage

This mod is currently in Alpha testing. The vital feature is realized, that is a system that could somehow combine characters or codepoints into a singular glyph.

Currently, only Baybayin, also known as the Tagalog script in Unicode, is pre-included and there currently is no convenient way to register additional sequences aside from creating a helper mod. You also need to somehow have the capability to enter Tagalog/Baybayin characters, either using a keyboard mapper or simply find one that can convert Latin strings into Tagalog/Baybayin.

You may register the first level characters with Minecraft's default font or your own if it'll work better for what you are achieving. Do note that you want to retexture the first character and likely use separate textures. You are required to already know how to manage fonts through vanilla Minecraft
resource packs.

// the letter 'f'
var node1 = GlomphoscheImpl.ROOT.getOrCreate('f');
// the theoretical glyph 'fi'
var node2 = node1.getOrCreate('i');
// register the font that retextures 'f' as the glyph representing 'fi'
node2.register(/* FontDescription.Source here */);

// This one is for 'ffi' by retexturing 'f'
GlomphoscheImpl.ROOT
    .getOrCreate('f')
    .getOrCreate('f')
    .getOrCreate('i')
    .register(/* FontDescription.Source here */);

The shortest path to test with an editable text box is through the Add Server screen found in Title Screen > Multiplayer > Add Server.

Файлы

glomphosche-0.1.0+mc1.21.10.jar(29.63 KiB)
Основной
Скачать
glomphosche-0.1.0+mc1.21.10-sources.jar(19.13 KiB)
Скачать

Метаданные

Канал релиза

Alpha

Номер версии

0.1.0+mc1.21.10

Загрузчики

Fabric

Версии игры

1.21.10

Загрузок

24

Дата публикации

5 мес. назад

Загрузил

ID версии

Главная