Pig Pen Cipher

Quick rating

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

Pig Pen Cipher

No reviews yet

Adds the pigpen cipher to Minecraft

No Theme
No Genre
Aesthetic Improvements
Cosmetics
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
PigPen-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

Source Issues Wiki Discord

About

Description

This mod adds the Pigpen Cipher to Minecraft as a new font. This can be used for books, fonts, chat messages, tooltips, and virtually any other text in the game.

Overview

The Pig Pen Cipher is a simple substitution cipher used to encode messages which use the English alphabet.

book.png

User Guide

Using the Cipher

The Pigpen Cipher is sometimes referred to as a tic-tac-toe cipher. This is because the key used to encode/decode characters looks like a tic-tac-toe board.

A guide to the pigpen cipher.

To write a character using the Pigpen Cipher you simply replace the character with the lines that surround the character. For example if you want to write the letter A you would draw a backwards L shape and an E would be drawn as a square. If the symbol contains a dot you would use the version on the right, so a square with a dot inside of it is an N. The eight lower characters follow the same rules, T would be an arrow pointing right and W would be an arrow pointing down with a dot in it.

Banner Patterns

Newer versions of the mod (1.21.1+) now include banner patterns with the cipher characters! These can be used to spell out messages in game, or create unique designs!

Banners with the pigpen cipher written on them.Nodecraft Sponsorship LogoThis project is sponsored by Nodecraft. Use code DARKHAX for 30% off your first month of service!

 

This mod adds the Pig Pen Cipher to Minecraft as a new font. This can be used for books, fonts, chat messages, tooltips, and virtually any other text in the game.

Overview

The Pig Pen Cipher is a simple substitution cipher used to encode messages which use the English alphabet.

254f5498fe8081898af18cbb79358cd170de0d95.png

User Guide

Using the Cipher

The Pigpen Cipher is sometimes referred to as a tic-tac-toe cipher. This is because the key used to encode/decode characters looks like a tic-tac-toe board.

330px-Pigpen_cipher_key.svg.png

To write a character using the Pigpen Cipher you simply replace the character with the lines that surround the character. For example if you want to write the letter A you would draw a backwards L shape and an E would be drawn as a square. If the symbol contains a dot you would use the version on the right, so a square with a dot inside of it is an N. The eight lower characters follow the same rules, T would be an arrow pointing right and W would be an arrow pointing down with a dot in it.

While the cipher may seem complicated at first it will become a lot easier to understand with some practice.

Commands

If this mod is installed on a Forge server you will be able to use some custom commands to help you use this mod. These commands can also be used in single player if the mod is installed.

  • /pigpen say - Posts a message in chat using the cipher. All players can use this command. The plaintext version is logged in the server console.
  • /pigpen hand - Renames the held item with cipher. Limited to lvl 2 ops.
  • /pigpen book (encode|decode) - Rewrites a held book to use cipher. Can also turn encoded books into plaintext books. Limited to lvl 2 ops.
  • /pigpen tile (encode|decode) <pos> - Rewrites a tile entity such as a sign to use cipher. Limited to lvl 2 ops.

Code

If you're developing a mod or have access to code/scripting tools you can apply the cipher to an ITextComponent by modifying the style of the component.

// MCP names not yet available
// func_240703_c_ = setStyle
// func_240719_a_ = setFontId
IFormattableTextComponent text = new StringTextComponent("Hello World");
text.func_240703_c_(text.getStyle().func_240719_a_(new ResourceLocation("pigpen", "pigpen")));

Vanilla Commands & NBT

Any vanilla command which allows you to specify a text component can use cipher by defining the font ID in the text properties. For example it can be used in the give command, or in the title command.

/give @p stone{display:{Name:"[{\"text\":\"Hello\",\"italic\":false,\"color\":\"gold\",\"font\":\"pigpen:pigpen\"}]"}} 1

/title @a title {"text":"Hello","font":"pigpen:pigpen"}

 

Screenshots

Gallery

  • Banners
    Banners The font can also be written on banner patterns!
  • Cipher Guide
    Cipher Guide A guide to understanding the Pigpen cipher. Each letter is represented using the parts of the box next to it. For example the letter E is boxed in on all sides, so a square represents the letter E.
  • Example Book
    Example Book A book containing some example text encoded in the pigpen cipher.
  • Example Book
    Example Book A book containing some example text encoded in the pigpen cipher.

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

47.4m
Total Downloads
CurseForge
45.9m
Modrinth
1.4m
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