
Inline
A mod for inline text rendering
Обновлён 22 мая 2025 г. · опубликован 5 февраля 2024 г.
Inline
Inline is a minecraft library for rendering in-line with text. It has some player facing features, mostly for fun, but also to serve as examples and helpers for future devs.
Check out the gallery for some examples !
Player Facing Features
Clientside
Inline comes with a couple of built-in matchers:
- Items -- ex:
[item:diamond_sword]-- supports any item id - Entity -- ex:
[entity:pig]-- supports any entity type id - Player heads -- ex:
[face:samsthenerd]-- supports player name - Mod Icon -- ex:
[mod:inline]
You can use various characters in place of the :, some of which modify the size of the render, good for sign labels!
;and:are normal size,is x0.75 scale!is x1.5 scale+is x2 scale
There's a clientside config for upper size limit of in-chat messages to prevent spam from blocking other messages.
You can also prefix any of these with \ to prevent it from matching.
Some other mods, such as emi, rei, and probably others, add the name of the mod that an item comes from to its tooltip. Inline will look for this and attach the mod's icon to it.
All of these are configurable from the in-game config screen.
Create Interop
Inline renders can be used on the create display boards. Due to some limitations, it can be a bit iffy with display links where you need a wider display board than you'd think, otherwise it gets cut off and won't match/render properly.
Serverside
Server-side matchers match against [show:hand] or [show:offhand] to show off your currently held item in chat.
Known Mod Conflicts
- Emojiful - due to them replacing the text renderer, preventing inline's mixins from applying.
If you find any others, please open an issue about it !
Devs

Check out the readme for more information on developing with Inline !
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.21.1-1.2.2-fabric | Релиз | 1.21.1 | fabric, quilt | 22 мая 2025 г. | .jar (207 КБ) |
| 1.21.1-1.2.2-neoforge | Релиз | 1.21.1 | neoforge | 22 мая 2025 г. | .jar (210 КБ) |
| 1.20.1-1.2.2-fabric | Релиз | 1.20.1 | fabric, quilt | 22 мая 2025 г. | .jar (359 КБ) |
| 1.20.1-1.2.2-forge | Релиз | 1.20.1 | forge | 22 мая 2025 г. | .jar (367 КБ) |
| 1.21.1-1.2.1-fabric | Релиз | 1.21.1 | fabric, quilt | 21 мая 2025 г. | .jar (1.4 МБ) |
| 1.21.1-1.2.1-neoforge | Релиз | 1.21.1 | neoforge | 21 мая 2025 г. | .jar (1.4 МБ) |
| 1.20.1-1.2.1-fabric | Релиз | 1.20.1 | fabric, quilt | 21 мая 2025 г. | .jar (1.6 МБ) |
| 1.20.1-1.2.1-forge | Релиз | 1.20.1 | forge | 21 мая 2025 г. | .jar (1.6 МБ) |
| 1.21.1-1.2.0-fabric | Релиз | 1.21.1 | fabric, quilt | 29 апреля 2025 г. | .jar (200 КБ) |
| 1.21.1-1.2.0-neoforge | Релиз | 1.21.1 | neoforge | 29 апреля 2025 г. | .jar (204 КБ) |
| 1.20.1-1.2.0-forge | Релиз | 1.20.1 | forge | 29 апреля 2025 г. | .jar (360 КБ) |
| 1.20.1-1.2.0-fabric | Релиз | 1.20.1 | fabric, quilt | 29 апреля 2025 г. | .jar (353 КБ) |
| 1.20.1-1.1.1-fabric | Релиз | 1.20.1 | fabric, quilt | 1 апреля 2025 г. | .jar (352 КБ) |
| 1.20.1-1.1.1-forge | Релиз | 1.20.1 | forge | 1 апреля 2025 г. | .jar (360 КБ) |
| 1.21.1-1.1.1-neoforge | Релиз | 1.21.1 | neoforge | 1 апреля 2025 г. | .jar (203 КБ) |
Показаны последние 15 из 28 версий. Все версии — на Modrinth.
Ченджлог
1.21.1-1.2.2-fabricРелиз1.21.1 · 22 мая 2025 г.
1.2.2
Fixed
- Serverside crashing caused by SVG parser
- SVGs are no longer supported -- if you're a mod dev and would like this feature, contact me.
1.21.1-1.2.2-neoforgeРелиз1.21.1 · 22 мая 2025 г.
1.2.2
Fixed
- Serverside crashing caused by SVG parser
- SVGs are no longer supported -- if you're a mod dev and would like this feature, contact me.
1.20.1-1.2.2-fabricРелиз1.20.1 · 22 мая 2025 г.
1.2.2
Fixed
- Serverside crashing caused by SVG parser
- SVGs are no longer supported -- if you're a mod dev and would like this feature, contact me.
1.20.1-1.2.2-forgeРелиз1.20.1 · 22 мая 2025 г.
1.2.2
Fixed
- Serverside crashing caused by SVG parser
- SVGs are no longer supported -- if you're a mod dev and would like this feature, contact me.
1.21.1-1.2.1-fabricРелиз1.21.1 · 21 мая 2025 г.
1.2.1
Fixed
- mod icon renderer not working on forge/neoforge
- issues with create on 1.21.1
Added
- support for more image formats in url texture utils (SVG, JPG, anything else supported by stbimage)
1.21.1-1.2.1-neoforgeРелиз1.21.1 · 21 мая 2025 г.
1.2.1
Fixed
- mod icon renderer not working on forge/neoforge
- issues with create on 1.21.1
Added
- support for more image formats in url texture utils (SVG, JPG, anything else supported by stbimage)
1.20.1-1.2.1-fabricРелиз1.20.1 · 21 мая 2025 г.
1.2.1
Fixed
- mod icon renderer not working on forge/neoforge
- issues with create on 1.21.1
Added
- support for more image formats in url texture utils (SVG, JPG, anything else supported by stbimage)
1.20.1-1.2.1-forgeРелиз1.20.1 · 21 мая 2025 г.
1.2.1
Fixed
- mod icon renderer not working on forge/neoforge
- issues with create on 1.21.1
Added
- support for more image formats in url texture utils (SVG, JPG, anything else supported by stbimage)
Полная история изменений — на Modrinth.
Комментарии
Загружаем…





