HomeJavaModsTMwU
TMwU
ModsJava

TMwU

Template Menu with Unicode pack (TMwU) for Servers.

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.8–26.2 · Data pack⬇ Download for 1.21.8–26.2 · Fabric⬇ Download for 1.21.8–26.2 · Forge⬇ Download for 1.21.8–26.2 · NeoForge⬇ Download for 1.21.8–26.2 · Resource pack
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
TMwU — screenshot 1TMwU — screenshot 2TMwU — screenshot 3

Template Menu with Unicode (TMwU)

A resource pack created specifically for servers that need to visually customize their menus without the need to install extra plugins.

README

TMwU pack

This resource pack is designed to customize the appearance of inventory-based menus. It does NOT create custom menus or provide any functionality by itself.

IMPORTANT

For the best experience, it is highly recommended to use this template together with plugins, mods, or datapacks that support custom inventory menus (GUI systems).

This resource pack only changes the visual appearance of menus.

The included template is intended to make creating custom menu textures as simple as possible while remaining easy to integrate into existing projects.

== FEATURES ==

• Easy-to-use template for custom inventory menu textures. • Supports both 27-slot and 54-slot container menus. • Simple Unicode-based texture registration. • Fully customizable textures. • Compatible with Minecraft 1.21.4 and newer.

== PREVIEWING MENU TEXTURES ==

27-Slot Chest

Run the following command in chat:

/give @p minecraft:chest[minecraft:custom_name={"text":"\uE200\uE201","color":"white","italic":false}]

This gives you a chest using the default 27-slot menu texture.


54-Slot Double Chest

Run the following command in chat:

/give @p minecraft:chest[minecraft:custom_name={"text":"\uE100\uE000","color":"white","italic":false}] 2

Place two chests next to each other so they combine into a double chest.

==ADDING YOUR OWN MENU TEXTURES==

  1. Create your texture inside:

minecraft/textures/tmwu/menu

  1. Give the texture an English file name.

Recommendations:

  1. Open the following file:

minecraft/font/default.json

You can edit it with any code editor. Visual Studio Code (VSCode) is recommended.

== BASIC EXAMPLE ==

{ "providers": [ { "type": "space", "advances": { "\uE100": -48 } }, { "type": "bitmap", "file": "minecraft:tmwu/menu/template.png", "ascent": 46, "height": 256, "chars": [ "\uE000" ] } ] }

Explanation:

==CREATING A NEW UNICODE CHARACTER==

Copy the bitmap section above.

Change the Unicode value.

Example:

From: "\uE000"

To: "\uE523"

IMPORTANT

Every Unicode value must be unique. Never reuse a Unicode character that has already been assigned to another texture.

After changing the Unicode value, duplicate the bitmap entry and edit the file path to point to your new texture.

Example:

{ "type": "bitmap", "file": "minecraft:tmwu/menu/my_menu.png", "ascent": 46, "height": 256, "chars": [ "\uE523" ] }

== USING YOUR NEW TEXTURE ==

If you use the included spacing characters, your command will look like this:

/give @p minecraft:chest[minecraft:custom_name={"text":"\uE100\uE523","color":"white","italic":false}] 2

In this command:

\uE100 = horizontal spacing character.

\uE523 = your custom texture.

Support

If you run into any difficulties configuring the template, please feel free to ask for help on our Discord server. Select the "TMwU" tag, head over to the "questions-about-tmwu" thread, and describe your problem in detail. If necessary, you can attach any configuration or visual component files needed to help resolve the issue.

TMwU Review

To preview the textures included in the TMwU Resource Pack, use one of the following commands:

/function tmwu:54x /function tmwu:27x

Choose the command corresponding to the texture preview you wish to display.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more