Unown Font

Quick rating

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

Unown Font

No reviews yet

Adds a font inspired by the unown characters to Minecraft.

Anime & Pop Culture
Magic
Aesthetic Improvements
Mod Addon
Pokemon
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
All Rights Reserved
Latest Version
UnownFont-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

This mod adds an eerie eye font that is based on the Pokemon species Unown. The Unown font is sure to add some mystery to your game and pairs especially well with mods like Pixelmon and Cobblemon. The font can be used with anything that accepts raw JSON text including item names, tool tips, books, signs, the title command, and much more.

Overview

The unown font substitutes the 26 characters of the Latin alphabet along with the exclamation and question mark with their unown counterparts. Both upper and lowercase characters are supported and will look identical.

Display of all characters in the font.

Usage Guide

Banner Patterns

Starting with Minecraft 1.19.2 the wandering trader will sometimes have an unown banner pattern stencil for sale. Players can use this stencil at the loom to paint the unown symbols onto their banners.

Banner preview

Vanilla Commands & NBT

The base game has many commands that allow you to change the style of text. You can specify the unown font by using the font ID of "unownfont:unown". Below are a few examples of commands that can do this.

  • /give @p stone{display:{Name:"[{\"text\":\"Hello\",\"italic\":false,\"color\":\"gold\",\"font\":\"unownfont:unown\"}]"}} 1
  • /title @a title {"text":"Hello","font":"unownfont:unown"}
  • /tellraw @p {"text":"Hello","font":"unownfont:unown"}

Bookshelf Commands

The Bookshelf mod adds many commands that help you work with fonts. These commands will work for the unown font along with any other fonts you have loaded into the game.

  • /bookshelf font say <font_id> <msg> - Creates a chat message in the given font.
  • /bookshelf font item <font_id> - Applies the font to the currently held item.
  • /bookshelf font book <font_id> - Applies the font to the name and contents of the held book.
  • /bookshelf font block <font_id> x y z - Applies the font to a block at the given coordinates. Works with signs and namable blocks like chests.

Code & Modding

If you are developing a mod or have access to code/scripting tools you can apply the font to any mutable text component. This is done by updating the style of the text component.

  • Java: text.withStyle(style -> style.withFont(new ResourceLocation("unownfont", "unown"));
  • ZenScript: Same as Java

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

This mod adds an eerie eye font based on the Pokemon species Unown. The Unown font is sure to add some mystery to your game and pairs especially well with mods like Pixelmon and Cobblemon. The font can be used with anything that accepts raw JSON text, including item names, tooltips, books, and signs.

Overview

This font contains the 26 characters of the latin alphabet and both the exclamation and question mark characters. The uppercase and lowercase alphabet are both supported.

Overview of the font.

Banner Patterns

Starting with Minecraft 1.19.2 the wandering trader will sometimes have an unown banner pattern for sale. You can use this pattern at the loom to paint the unown symbols onto banners.

Banner Preview

Vanilla Commands

Many of the commands in Minecraft allow you to specify text. Commands that use the raw JSON format can use this font by setting the font ID to unownfont:unown. Here are a few examples.

  • /give @p stone{display:{Name:"[{\"text\":\"Hello\",\"italic\":false,\"color\":\"gold\",\"font\":\"unownfont:unown\"}]"}} 1
  • /title @a title {"text":"Hello","font":"unownfont:unown"}
  • /tellraw @p {"text":"Hello","font":"unownfont:unown"}

Bookshelf Commands

The Bookshelf mod adds several commands that can help you work with fonts. These commands work for the unown font and any other fonts loaded into the game.

  • /bookshelf font say <font_id> <msg> - Creates a chat message in the given font.
  • /bookshelf font item <font_id> - Applies the font to the currently held item.
  • /bookshelf font book <font_id> - Applies the font to the name and contents of the held book.
  • /bookshelf font block <font_id> x y z - Applies the font to a block at the given coordinates. Works with signs and namable blocks like chests.

Nodecraft sponsor banner

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

Screenshots

Gallery

  • Books
    Books Books can use the unown font if you change their NBT data. The Bookshelf mod has a command to do this automatically.
  • Banner Patterns
    Banner Patterns Starting with 1.19.2 you can purchase the Unown banner template from wandering traders. This will let you create banners with all letters of the unown alphabet.
  • Title Command
    Title Command The title command can be used to display text on the users screen with the unown font applied.
  • Overview
    Overview An overview of the characters in the font.
  • Font Characters
    Font Characters An overview of the characters in the font.
  • Title Command
    Title Command The title command can be used to display text on the users screen with the unown font applied.
  • Banner Patterns
    Banner Patterns Starting with 1.19.2 you can purchase the Unown banner template from wandering traders. This will let you create banners with all letters of the unown alphabet.
  • Books
    Books Books can use the unown font if you change their NBT data. The Bookshelf mod has a command to do this automatically.

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

~6,000
Total Downloads
CurseForge
~2,000
Modrinth
~3,000
Last Updated
CurseForge
Modrinth
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