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

Big Sign Writer

Easily write large multi-line characters on signs!

136K загрузок201 подписчиковMPL-2.0fabricforgeneoforge

Обновлён 23 июня 2026 г. · опубликован 4 декабря 2024 г.

  • BIG SIGN WRITER
  • Скриншот: Big Sign Writer
  • Скриншот: Big Sign Writer
  • Скриншот: Big Sign Writer
  • Скриншот: Big Sign Writer
  • Скриншот: Big Sign Writer

Due to MC-308809, all existing signs written with Big Sign Writer will appear broken in 26.2. This has been fixed in the 26.3 snapshots.

If you are playing on 26.2, a resource pack fixing the mod's fonts can be found here.


A client-side utility mod that eases inputting text onto signs that forms larger letters! Just turn the toggle on in the sign editing UI, and type as normal! Each large character is made up of smaller, normal Unicode characters from the vanilla Minecraft font, allowing this mod to work on most servers.

Certain resource packs may cause issues.


'BIG SIGN WRITER' written across several signs in large text


A button is added to the sign editing GUI to switch between large letter typing and normal. This button's position can be changed in the config file. (config/bigsignwriter/config.json)

Most default fonts have large characters for all uppercase letters, all numbers, and a few additional symbols. Custom fonts can be added in the 'fonts' folder. (config/bigsignwriter/fonts/)


Configuration
The config and font files are loaded once at runtime, and can be reloaded through the in-game config screen.

config/bigsignwriter/config.json

Contains the general mod configuration. Can be edited through the in-game config screen, accessible by default through the sign edit screen, or Mod Menu on Fabric and NeoForge's mod list.


config/bigsignwriter/fonts/

Folder where you can put custom fonts! You can create copies of the default fonts from the in-game config screen, which will go here.

Custom fonts are .json files, which contain a "name":"" field, an optional "characterSeparator":"" field, which can override which character(s) to use in between letters, and a "characters":{} field containing every large character and the normal character they represent. You may add additional characters, as long as what you want replaced is a single, type-able character. There's also an optional "credits":"" field for adding credits, and an optional "parentFont":"" field for explicitly defining which font to inherit characters from (based on filename without ".json", or built-in id).

When editing/creating large characters, it is important that each line is the exact same width to maintain alignment. Different fonts will have different widths for different characters, so it is a good idea to make these directly inside Minecraft, and then copy each line into the config file.

The default 'T' is a good example, the top line is 3 blocks, which are 9 pixels wide each, making for a total of 27 pixels. Each subsequent line has one block, then on both sides of the block there is 1 space (4 pixels wide), and 1 "no-break space" (5 pixels wide), bringing the total in line at 27.

To check that your alignment is good, I like to copy three blocks ███ onto both sides of each line, then modify each line until all the blocks are in line with each other.

A massively helpful tool to aid in this process is Symbol Chat, which adds a menu where you can filter every available Unicode character by their width, among other things.


Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
2.2.0+26.1-fabricРелиз26.1, 26.1.1, 26.1.2fabric23 июня 2026 г..jar (189 КБ)
2.2.0+26.1-neoforgeРелиз26.1, 26.1.1, 26.1.2neoforge23 июня 2026 г..jar (188 КБ)
2.2.0+1.21.11-fabricРелиз1.21.11fabric23 июня 2026 г..jar (189 КБ)
2.2.0+1.21.11-neoforgeРелиз1.21.11neoforge23 июня 2026 г..jar (187 КБ)
2.2.0+1.21.10-fabricРелиз1.21.9, 1.21.10fabric23 июня 2026 г..jar (189 КБ)
2.2.0+1.21.10-neoforgeРелиз1.21.10neoforge23 июня 2026 г..jar (187 КБ)
2.2.0+1.21.6-fabricРелиз1.21.6, 1.21.7, 1.21.8fabric23 июня 2026 г..jar (188 КБ)
2.2.0+1.21.6-neoforgeРелиз1.21.6, 1.21.7, 1.21.8neoforge23 июня 2026 г..jar (187 КБ)
2.2.0+1.21.4-fabricРелиз1.21.4, 1.21.5fabric23 июня 2026 г..jar (193 КБ)
2.2.0+1.21.4-neoforgeРелиз1.21.4, 1.21.5neoforge23 июня 2026 г..jar (191 КБ)
2.2.0+1.21.3-fabricРелиз1.21.2, 1.21.3fabric23 июня 2026 г..jar (151 КБ)
2.2.0+1.21.3-neoforgeРелиз1.21.2, 1.21.3neoforge23 июня 2026 г..jar (149 КБ)
2.2.0+1.21.1-fabricРелиз1.21, 1.21.1fabric23 июня 2026 г..jar (150 КБ)
2.2.0+1.21.1-neoforgeРелиз1.21, 1.21.1neoforge23 июня 2026 г..jar (148 КБ)
2.1.0+26.1-fabricРелиз26.1, 26.1.1, 26.1.2fabric19 мая 2026 г..jar (176 КБ)

Показаны последние 15 из 159 версий. Все версии — на Modrinth.

Ченджлог

2.2.0+26.1-fabricРелиз26.1, 26.1.1, 26.1.2 · 23 июня 2026 г.

Due to MC-308809, all existing signs written with Big Sign Writer will appear broken in 26.2. This has been fixed in the 26.3 snapshots.

If you are playing on 26.2, a resource pack fixing the mod's fonts can be found here.


  • Added fontSelectorOpensScrolledUp config option
    • Defaults to true to match previous behavior
  • Added Plains font (1.21.4+)
  • Added Chillager font (1.21.4+)
  • adhill: Updated the Queats and Queatlets font families
  • Fonts that are too tall for the current sign are now hidden
  • Made font ordering better and consistent
  • Added font height info line
2.2.0+26.1-neoforgeРелиз26.1, 26.1.1, 26.1.2 · 23 июня 2026 г.

Due to MC-308809, all existing signs written with Big Sign Writer will appear broken in 26.2. This has been fixed in the 26.3 snapshots.

If you are playing on 26.2, a resource pack fixing the mod's fonts can be found here.


  • Added fontSelectorOpensScrolledUp config option
    • Defaults to true to match previous behavior
  • Added Plains font (1.21.4+)
  • Added Chillager font (1.21.4+)
  • adhill: Updated the Queats and Queatlets font families
  • Fonts that are too tall for the current sign are now hidden
  • Made font ordering better and consistent
  • Added font height info line
2.2.0+1.21.11-fabricРелиз1.21.11 · 23 июня 2026 г.

Due to MC-308809, all existing signs written with Big Sign Writer will appear broken in 26.2. This has been fixed in the 26.3 snapshots.

If you are playing on 26.2, a resource pack fixing the mod's fonts can be found here.


  • Added fontSelectorOpensScrolledUp config option
    • Defaults to true to match previous behavior
  • Added Plains font (1.21.4+)
  • Added Chillager font (1.21.4+)
  • adhill: Updated the Queats and Queatlets font families
  • Fonts that are too tall for the current sign are now hidden
  • Made font ordering better and consistent
  • Added font height info line
2.2.0+1.21.11-neoforgeРелиз1.21.11 · 23 июня 2026 г.

Due to MC-308809, all existing signs written with Big Sign Writer will appear broken in 26.2. This has been fixed in the 26.3 snapshots.

If you are playing on 26.2, a resource pack fixing the mod's fonts can be found here.


  • Added fontSelectorOpensScrolledUp config option
    • Defaults to true to match previous behavior
  • Added Plains font (1.21.4+)
  • Added Chillager font (1.21.4+)
  • adhill: Updated the Queats and Queatlets font families
  • Fonts that are too tall for the current sign are now hidden
  • Made font ordering better and consistent
  • Added font height info line
2.2.0+1.21.10-fabricРелиз1.21.9, 1.21.10 · 23 июня 2026 г.

Due to MC-308809, all existing signs written with Big Sign Writer will appear broken in 26.2. This has been fixed in the 26.3 snapshots.

If you are playing on 26.2, a resource pack fixing the mod's fonts can be found here.


  • Added fontSelectorOpensScrolledUp config option
    • Defaults to true to match previous behavior
  • Added Plains font (1.21.4+)
  • Added Chillager font (1.21.4+)
  • adhill: Updated the Queats and Queatlets font families
  • Fonts that are too tall for the current sign are now hidden
  • Made font ordering better and consistent
  • Added font height info line
2.2.0+1.21.10-neoforgeРелиз1.21.10 · 23 июня 2026 г.

Due to MC-308809, all existing signs written with Big Sign Writer will appear broken in 26.2. This has been fixed in the 26.3 snapshots.

If you are playing on 26.2, a resource pack fixing the mod's fonts can be found here.


  • Added fontSelectorOpensScrolledUp config option
    • Defaults to true to match previous behavior
  • Added Plains font (1.21.4+)
  • Added Chillager font (1.21.4+)
  • adhill: Updated the Queats and Queatlets font families
  • Fonts that are too tall for the current sign are now hidden
  • Made font ordering better and consistent
  • Added font height info line
2.2.0+1.21.6-fabricРелиз1.21.6, 1.21.7, 1.21.8 · 23 июня 2026 г.

Due to MC-308809, all existing signs written with Big Sign Writer will appear broken in 26.2. This has been fixed in the 26.3 snapshots.

If you are playing on 26.2, a resource pack fixing the mod's fonts can be found here.


  • Added fontSelectorOpensScrolledUp config option
    • Defaults to true to match previous behavior
  • Added Plains font (1.21.4+)
  • Added Chillager font (1.21.4+)
  • adhill: Updated the Queats and Queatlets font families
  • Fonts that are too tall for the current sign are now hidden
  • Made font ordering better and consistent
  • Added font height info line
2.2.0+1.21.6-neoforgeРелиз1.21.6, 1.21.7, 1.21.8 · 23 июня 2026 г.

Due to MC-308809, all existing signs written with Big Sign Writer will appear broken in 26.2. This has been fixed in the 26.3 snapshots.

If you are playing on 26.2, a resource pack fixing the mod's fonts can be found here.


  • Added fontSelectorOpensScrolledUp config option
    • Defaults to true to match previous behavior
  • Added Plains font (1.21.4+)
  • Added Chillager font (1.21.4+)
  • adhill: Updated the Queats and Queatlets font families
  • Fonts that are too tall for the current sign are now hidden
  • Made font ordering better and consistent
  • Added font height info line

Полная история изменений — на Modrinth.

Комментарии

Загружаем…