Nyctography

Quick rating

Community listing page, reviews here may not be monitored by the author.

Nyctography

No reviews yet

Adds the Nyctography substitution cipher as a usable Minecraft font.

Magic
Adventure/Exploration
Mod Loaders
Forge
NeoForge
Fabric
Quilt
Minecraft
26.2

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
GNU Lesser General Public License v2.1 only
Latest Version
Nyctography-fabric-MC26.2-26.2.0.1.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

Banner image for the mod

This mod adds the Nyctography substitution cipher as a Minecraft font! This font can be used for books, signs, chat messages, tooltips, and most forms of ingame text.

History

The nyctography writing system was invented in 1891 by Lewis Carrol. The goal of this system was to make writing in the dark easier, which is where the system gets its name. Text was written using a nyctograph, a stencil with squre holes that were used to align and write the characters. In modern times this writing system has been used for puzzles in games, DnD campaigns, and geocaches. 

Understanding Nyctography

This writing system uses a series of dots and lines aranged around the edges of a square. For example the letter E has a dot in the top left corner and a line on the top. Each symbol loosely resembles its latin alphabet counterpart. For example the letter O has a dot in the top left corner and then a line on all sides of the box, creating a closed loop.

Nyctography decoder image.

Similarly to braille, numbers are written using a letter. This mod will automatically handle this when writing text with the font but you will still need to know how to read them. Only consonants are used to avoid confusion with actual words.

  • 0 = Z
  • 1 = B (First consonant in the alphabet)
  • 2 = D (Two in Latin is Duo)
  • 3 = T
  • 4 = F
  • 5 = L (Roman for 50)
  • 6 = S
  • 7 = M (From Septem which is Seven in Latin)
  • 8 = H (Eight in french is huit)
  • 9 = N

There are five special characters in addition to the letters and numbers.

  • The - Written in this mod using a dash (-). Appears as a dot in the top left, a line on the top, and two dots on the bottom.
  • And - Written in this mod using an ampersand (&). Appears as a dot in the top and bottom left, and a line on the right.
  • Digit - Written in this mod using a hashtag (#). Indicates that the following characters should be read as a number. Appears as only the corners of the letter F for "figures".
  • Letter - Written in this mod using an asterisk (*). Indicates that the following characters are letters. Appears as only the corners of the letter L for "letters".
  • Date - Written in this mod using an at (@). Indicates the following characters are a date in DDMMYY format. Appears as corners of the letter D for "date".

Banner Pattern

This mod adds a new banner pattern that can apply any character from the font to a banner. This pattern can be crafted or obtained as a rare trade from wandering traders. Both methods of obtaining this pattern can be modified or disabled using the config file.

Crafting recipe for the banner pattern.

Technical Usage

This font can be applied to any text using Mojang's text component system, including all commands and datapack features that accept raw JSON text. This is done by setting the font property of the text to nyctography:nyctography.

Vanilla Commands

Vanilla commands will often allow you to define text using the raw JSON format. The font property controls which font will be used when rendering that text. This can be done for all fonts and is not unique to fonts added by this mod.

  • /give @a stone[custom_name='["",{"text":"Stone","font":"nyctography:nyctography",italic:false}]']
  • /title @a title {"text":"Hello","font":"nyctography:nyctography"}
  • /give @a written_book[written_book_content={pages:['[["",{"text":"Test book","font":"nyctography:nyctography"}]]'],title:"aaa",author:"bbb"}]

Bookshelf Commands

This mod depends on the Bookshelf library which offers several commands to help work with fonts. A few examples of these commands are given below.

  • /bookshelf font say nyctography:nyctography <text_here> - Posts a chat message styled with the font.
  • /bookshelf font item nyctography:nyctography - Renames the held item to use the font.
  • /bookshelf font block nyctography:nyctography X Y Z - Applies the font to the block. This will change sign text, or rename namable blocks like chests.

Code / Plugins / Mods

If you have access to code or scripting tools you can apply the font to any mutable text component. This is done by setting the font ID on the style of the text component. You can find an example of how I do this in my code here.

Nodecraft Sponsorship LogoThis project is sponsored by Nodecraft. Use code DARKHAX for 30% off your first month of service!

Nyctography banner image made with banners in the world. The banners spell out nyctography. This mod adds the Nyctography substitution cipher as a Minecraft font! This font can be used for books, signs, chat messages, tooltips, and most forms of ingame text.

History

The nyctography writing system was invented in 1891 by Lewis Carrol. The goal of this system was to make writing in the dark easier, which is where the system gets its name. Text was written using a nyctograph, a stencil with squre holes that were used to align and write the characters. In modern times this writing system has been used for puzzles in games, DnD campaigns, and geocaches.

Understanding Nyctography

This writing system uses a series of dots and lines aranged around the edges of a square. For example the letter E has a dot in the top left corner and a line on the top. Each symbol loosely resembles its latin alphabet counterpart. For example the letter O has a dot in the top left corner and then a line on all sides of the box, creating a closed loop.

A decoder key to help understand the writing system.

Similarly to braille, numbers are written using a letter. This mod will automatically handle this when writing text with the font but you will still need to know how to read them. Only consonants are used to avoid confusion with actual words.

  • 0 = Z
  • 1 = B (First consonant in the alphabet)
  • 2 = D (Two in Latin is Duo)
  • 3 = T
  • 4 = F
  • 5 = L (Roman for 50)
  • 6 = S
  • 7 = M (From Septem which is Seven in Latin)
  • 8 = H (Eight in french is huit)
  • 9 = N

There are five special characters in addition to the letters and numbers.

  • The - Written in this mod using a dash (-). Appears as a dot in the top left, a line on the top, and two dots on the bottom.
  • And - Written in this mod using an ampersand (&). Appears as a dot in the top and bottom left, and a line on the right.
  • Digit - Written in this mod using a hashtag (#). Indicates that the following characters should be read as a number. Appears as only the corners of the letter F for "figures".
  • Letter - Written in this mod using an asterisk (*). Indicates that the following characters are letters. Appears as only the corners of the letter L for "letters".
  • Date - Written in this mod using an at (@). Indicates the following characters are a date in DDMMYY format. Appears as corners of the letter D for "date".

Technical Usage

This font can be applied to any text using Mojang's text component system, including all commands and datapack features that accept raw JSON text. This is done by setting the font property of the text to nyctography:nyctography.

Vanilla Commands

Vanilla commands will often allow you to define text using the raw JSON format. The font property controls which font will be used when rendering that text. This can be done for all fonts and is not unique to fonts added by this mod.

  • /give @a stone[custom_name='["",{"text":"Stone","font":"nyctography:nyctography",italic:false}]']
  • /title @a title {"text":"Hello","font":"nyctography:nyctography"}
  • /give @a written_book[written_book_content={pages:['[["",{"text":"Test book","font":"nyctography:nyctography"}]]'],title:"aaa",author:"bbb"}]

Bookshelf Commands

This mod depends on the Bookshelf library which offers several commands to help work with fonts. A few examples of these commands are given below.

  • /bookshelf font say nyctography:nyctography <text_here> - Posts a chat message styled with the font.
  • /bookshelf font item nyctography:nyctography - Renames the held item to use the font.
  • /bookshelf font block nyctography:nyctography X Y Z - Applies the font to the block. This will change sign text, or rename namable blocks like chests.

Scripts, Plugins, and Mods

If you have access to code or scripting tools you can apply the font to any mutable text component. This is done by setting the font ID on the style of the text component. You can find an example of how I do this in my code here.

Nodecraft sponsor banner

This project is sponsored by Nodecraft. Use code DARKHAX for 30% off your first month of service!

Screenshots

Gallery

  • Banner Pattern Recipe
    Banner Pattern Recipe The recipe for the Nyctography banner pattern.
  • Nyctography Banners
    Nyctography Banners The word Nyctography is spelled out using banner patterns in a gradient of colors.
  • Loom Patterns
    Loom Patterns The nyctograph pattern can be crafted or sometimes obtained from a wandering trader. This pattern will allow you to write with the font on banners.
  • Books
    Books The alphabet written using the nyctographic alphabet inside of a Minecraft book.
  • Item Tooltip
    Item Tooltip The tooltip of a netherite sword rewritten using the nyctographic alphabet.
  • Title Command
    Title Command Example text being displayed using the vanilla title command.
  • Nyctographic Alphabet Decoder Key
    Nyctographic Alphabet Decoder Key An overview of the nyctographic alphabet.
  • Banner Image
    Banner Image A banner image for the mod, made of banners?
  • Loom
    Loom
  • Banner Image
    Banner Image A banner image for the mod, made of banners?
  • Banner Pattern Recipe
    Banner Pattern Recipe Recipe for the banner pattern.
  • Tooltip
    Tooltip
  • Title Command
    Title Command
  • Nyctographic Alphabet Decoder
    Nyctographic Alphabet Decoder An overview of the nyctographic alphabet.
  • Book
    Book

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~520,000
Total Downloads
CurseForge
~510,000
Modrinth
~11,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works